curl --location --request POST 'https://apicorporativo.curbe.com.ec/api/WhatsappIntegration/send/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_number_to": "593999999999",
"ref_number_from": "593999999999",
"ref_whatssap_type": "template",
"ref_type_message": 3,
"ref_parameters_header": [],
"ref_parameters_body_template": [],
"ref_template_id": ""
}'
{
"ref_code": 200,
"ref_message": "Mensaje enviado",
"ref_success": true,
"ref_data": null
}