curl --location --request PUT '/api/v1/shipments/b2c//cancel' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: vi' \
--header 'Content-Type: application/json'{
"data": {
"success": true,
"status_info": {
"value": 500,
"label": "Đã hủy sau đóng gói"
},
"cancelled_time": 1774426854
},
"error": false,
"error_code": null,
"log_id": null,
"messages": "OK",
"total": 1,
"version": "1.0.3",
"error_detail": null
}