Authorization: ********************
X-API-Key: ********************
curl --location '/send-template' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "phone": "string", "templateName": "string", "parameters": [ "string" ] }'