curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"returnsId": "string",
"action": 0,
"reason": 0,
"description": "string",
"message": "string",
"receiverInfo": {
"code": "string",
"country": "string",
"city": "string",
"province": "string",
"district": "string",
"street": "string",
"receiverName": "string",
"receiverPhone": "string",
"sellerAddressRecordId": 0,
"sellerAddressRecordVersion": 0
}
}'