{
"vehicleProposalExtInfo": {
"querySequenceNo": "01CICP440021010111378916501977"
},
"applicant": {
"party": {
"cnName": "李四",
"persIdentType": "110",
"effCertNo": "410901199808302013",
"mobilePhoneNo": "13389965229"
}
},
"businessChannel": {
"participantDetail": {
"serviceCode": "M001"
}
},
"innerInsurer": {
"partyNo": "44000000"
}
}
curl --location --request POST '10.207.138.234:9202/cic/platform/car/unity/ci/mobileRealName' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicleProposalExtInfo": {
"querySequenceNo": "01CICP440021010111378916501977"
},
"applicant": {
"party": {
"cnName": "李四",
"persIdentType": "110",
"effCertNo": "410901199808302013",
"mobilePhoneNo": "13389965229"
}
},
"businessChannel": {
"participantDetail": {
"serviceCode": "M001"
}
},
"innerInsurer": {
"partyNo": "44000000"
}
}'
{}