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