{
"name": "廖XX",
"mobile": "1805844XXXX",
"idCard": "36073019940502XXXX"
}
curl --location --request POST 'http://api.pre-qiandun365.com/api/open/carrier3' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "廖XX",
"mobile": "1805844XXXX",
"idCard": "36073019940502XXXX"
}'
{
"result": {
"data": true,
"code": 200,
"msg": "ok"
},
"code": "200",
"msg": "成功",
"logKey": "6c5bb599",
"ts": "1721207368504",
"success": true
}