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