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