Join our community at https://www.reddit.com/r/HotelByte/
curl --location --request POST 'https://api-test.hotelbyte.com/api/trade/cancel' \
--header 'Client-Request-Timestamp;' \
--header 'Currency;' \
--header 'IP;' \
--header 'Language;' \
--header 'Request-Id;' \
--header 'Session-Id;' \
--header 'Test;' \
--header 'Timeout-Milliseconds;' \
--header 'Trace-Id;' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerReferenceNo": "string",
"supplierReferenceNo": "string",
"reason": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"serviceFee": {
"currency": "string",
"amount": 0
},
"status": 0
}
}