curl --location --request POST 'https://api.4321.sh/videosms/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "string",
"secret": "string",
"mobile": "string",
"mobiles_params_data": "string",
"template_id": "string",
"send_time": "string"
}'
{
"code": 0,
"msg": "OK",
"msg_no": "2016072909264497197473179",
"count": 1
}