Authorization: ********************curl --location --request PATCH '/api/v1/whats_app_templates/template_prefix_id_1/submit' \
--header 'Authorization: <api-key>'{
"id": "template_prefix_id_1",
"template_name": "Template to submit",
"language": "en",
"category": "MARKETING",
"status": "active",
"whats_app_business_account_id": 123,
"components": [
{
"id": "component_id_1",
"component_type": "body",
"data_type": "text",
"value": "This is an active template body.",
"index": 0
}
]
}