curl --location --request PUT '/api/v1/purchase-orders//cancel' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: vi'{
"data": {
"po_code": "OAPO232716061",
"success": true
},
"error": false,
"error_code": null,
"log_id": null,
"messages": "OK",
"total": 1,
"version": "1.0.3",
"error_detail": null
}