curl --location --request POST 'https://data.4321.sh/factor/idcard' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "string",
"secret": "string",
"name": "string",
"id_card": "string"
}'
{
"data": {
"result": "01",
"gender": "1",
"age": "28",
"remark": "一致",
"province": "湖南",
"city": "长沙",
"country": "长沙",
"birthday": "生日"
},
"fee": 0.2,
"code": 0,
"msg": "OK"
}