{
"platformCode": "string",
"userId": 1,
"orderNo": "string",
"receivedName": "string",
"mobile": "string",
"province": "string",
"city": "string",
"district": "string",
"detailedAddress": "string"
}
curl --location --request POST 'https://testgateway.dangbei.net/prizeApi/v1/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "string",
"userId": 1,
"orderNo": "string",
"receivedName": "string",
"mobile": "string",
"province": "string",
"city": "string",
"district": "string",
"detailedAddress": "string"
}'
{
"success": false,
"errCode": "",
"errMessage": "",
"requestId": ""
}