[
{
"asn_id": 0,
"series_number": "string",
"sorted_qty": 0
}
]
curl --location --request PUT '/asn/sorting' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"asn_id": 0,
"series_number": "string",
"sorted_qty": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}