curl --location -g --request PATCH '/api/v1/public/return-orders/update-status/{{return_id}}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1002
}'
{
"status_code": 200,
"data": {
"return_id": 375,
"status": 1002
},
"error": false,
"error_code": null,
"log_id": null,
"messages": "",
"total": 1
}