Authorization: Bearer ********************{
"documentPkId": "2609151107532915950"
}curl --location '/api/order/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"documentPkId": "2609151107532915950"
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": ""
}