{
"corpName": "string",
"corpIDCardType": "string",
"corpIDCardNum": "string",
"legalRepName": "string",
"legalRepIDCardType": "string",
"legalRepIDCardNum": "string",
"flowNo": "string"
}
curl --location --request POST 'api.pre-qiandun365.com/api/open/corpCert/4element' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpName": "string",
"corpIDCardType": "string",
"corpIDCardNum": "string",
"legalRepName": "string",
"legalRepIDCardType": "string",
"legalRepIDCardNum": "string",
"flowNo": "string"
}'
{
"result": {
"verifyStatus": "passed",
"flowNo": "string",
"serviceId": "string"
},
"code": "string",
"msg": "string",
"logKey": "string",
"ts": "string",
"success": true
}