{
"PK": "string",
"notifyUrl": "string",
"sign": "string",
"ts": 0,
"companyName": "string",
"creditCode": "string",
"productCode": "string",
"mobile": "string"
}
curl --location --request POST 'https://developer.dataorange.cn/api/createSignTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"PK": "string",
"notifyUrl": "string",
"sign": "string",
"ts": 0,
"companyName": "string",
"creditCode": "string",
"productCode": "string",
"mobile": "string"
}'
{}