curl --location --request POST 'https://www.exm.co.il/api/v1/sms/send/' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "Hello World",
"destination": "0551234567",
"sender": "ExtraMobile"
}'
{
"success": true,
"id": "xnAbiS1b"
}