{
"from": "KiT_Notify",
"to": "77011234567",
"text": "123",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "123Y",
"notify_url": "http://vashserver.kz/status"
}
curl --location --request POST 'https://so.kazinfoteh.org/api/sms/send' \
--header 'Authorization: Basic cGFydG5lc2dwZEZLUXQ=' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "KiT_Notify",
"to": "77011234567",
"text": "123",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "123Y",
"notify_url": "http://vashserver.kz/status"
}'
{
"bulk_id": "24baf14ef1c86c101b6fbe71",
"message_id": "5",
"extra_id": "123Y",
"to": "77011234567",
"sender": "KiT_Notify",
"text": "123",
"sent_at": "2022-09-21 09:02:19",
"done_at": null,
"sms_count": "1",
"priority": "0",
"callback_data": null,
"status": "send",
"mnc": "2",
"err": null
}