curl --location --request POST 'https://api.qugongbao.com/gst-api/api/qgb/customer/customerRealnameOffline' \
--header 'Content-Type: application/json' \
--data-raw '{
"custNo": "string",
"companyInfo": {
"companyName": "string",
"creditNo": "string",
"creditImageUrl": "string"
},
"companyPrincipalType": "string",
"legalInfo": {
"legalName": "string",
"legalIdCard": "string",
"legalMobile": "string",
"legalIdFrontPath": "string",
"legalIdBackPath": "string"
},
"agentInfo": {
"agentName": "string",
"agentIdCard": "string",
"agentMobile": "string",
"agentIdFrontPath": "string",
"agentIdBackPath": "string"
},
"isOverride": 0
}'