curl --location --request GET '/user/supplier/myRegisterApply' \
--header 'Authorization: {{Authorization}}' \
--header 'Language: zh' \
--header 'App-Type: 2' \
--header 'Client-Type: 3' \
--header 'Version-Number: 2.0.0' \
--header 'Device-Id: 11111111' \
--header 'Device-Brand: iphone' \
--header 'Device-Model: iphone 17 pro max' \
--header 'App-Name: 1'{
"code": 0,
"msg": "string",
"data": {
"directorName": "string",
"mobile": "string",
"idCard": "string",
"shopName": "string",
"address": "string",
"businessScope": "string",
"idImageFront": "string",
"idImageBack": "string",
"license": "string",
"status": 0,
"isWhite": 0,
"callWhite": 0,
"failReason": "string"
}
}