{
"phone_numbers": [
"string"
]
}curl --location 'https://api.feige.cn/phone-number/check' \
--header 'X-Api-Key: ' \
--header 'X-Timestamp: ' \
--header 'X-Nonce: ' \
--header 'X-Sign: ' \
--header 'Content-Type: application/json' \
--data '{
"phone_numbers": [
"string"
]
}'{
"code": 0,
"msg": "OK",
"data": {
"batch_id": 1234567890,
"total": 2,
"numbers": [
{"mobile": "13800001111", "status": 1},
{"mobile": "13900002222", "status": 0}
]
}
}