{
"creditId": "string",
"creditCode": "string",
"clientId": "string",
"begDate": "string",
"endDate": "string",
"rate": "string",
"companyName": "string",
"preQuota": "string",
"collectionAccountBank": "string",
"agencyNum": "string",
"results": "string",
"collectionAccount": "string"
}
curl --location --request POST 'https://developer.dataorange.cn/api/applyCreditCallBack' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditId": "string",
"creditCode": "string",
"clientId": "string",
"begDate": "string",
"endDate": "string",
"rate": "string",
"companyName": "string",
"preQuota": "string",
"collectionAccountBank": "string",
"agencyNum": "string",
"results": "string",
"collectionAccount": "string"
}'
{}