{
"position": 1,
"phone": "+1234567890",
"message": "Hello, this is a test message"
}curl --location -g --request POST 'http://localhost/sms/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 1,
"phone": "+1234567890",
"message": "Hello, this is a test message"
}'{
"status": true,
"msg": "Sent successfully!"
}