header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Body Params application/json
Example
{"cancel_note":"Hóa đơn xuất sai số tiền"}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://demo.tourwell.net/api/v1/invoices/17/cancel' \
--header'Content-Type: application/json' \
--data-raw'{
"cancel_note": "Hóa đơn xuất sai số tiền"
}'