{
"orderList": [
{
"id": "string",
"order": 0
}
]
}
curl --location --request POST 'http://localhost:0721/api/favorite/order' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderList": [
{
"id": "string",
"order": 0
}
]
}'
{
"code": 49,
"message": "laborum dolore in consequat nostrud",
"data": "est do"
}