{
"id": 0,
"sn": "string",
"company": "string",
"vouchers": [
"string"
],
"description": "string"
}
curl --location --request PATCH '/v2/afterSale' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"sn": "string",
"company": "string",
"vouchers": [
"string"
],
"description": "string"
}'
{
"code": 0,
"msg": "string"
}