curl --request POST \
--url https://mobiska-api.stimuluzdev.com/send_sms \
--header 'Content-Type: application/json' \
--data '
{
"service_id": 123,
"sender_id": "<string>",
"msg_body": "<string>",
"recipient_number": [
{}
],
"unique_id": "<string>"
}
'