{
"id": 0,
"status": 0,
"refundAmount": 0,
"reply": "string",
"returnAddress": "string",
"returnGoodsTip": "string"
}
curl --location --request POST '/adminapi/order/aftersales/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"status": 0,
"refundAmount": 0,
"reply": "string",
"returnAddress": "string",
"returnGoodsTip": "string"
}'