curl --location --request POST 'https://data.4321.sh/inter/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "string",
"secret": "string",
"count": "string"
}'
{
"data": [
{
"msg_no": "20210618180036992291",
"mobile": "8618221292401",
"status": "FG:0001",
"time": 1624039239
}
],
"code": 0,
"msg": "OK"
}