Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//whatsapp/conversations//send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"text": "string",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"template_params": {
"property1": "string",
"property2": "string"
},
"media_url": "string",
"media_caption": "string"
}'{
"success": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"message_id": "string",
"direction": "string",
"content": "string",
"template_name": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"metadata": {
"property1": "string",
"property2": "string"
}
},
"message": "string"
}