curl --location --request POST 'https://data.4321.sh/check/batchcheck' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "string",
"secret": "string",
"mobile": "string"
}'
{
"data": [
{
"mobile": "182****2401",
"province": "上海",
"city": "上海",
"status": 1,
"type": "移动"
}
],
"code": 0,
"count": 1,
"msg": "OK"
}