Authorization: Bearer ********************{
"amount": -2147483648,
"paid_amount": -2147483648,
"fee": -2147483648,
"fine": 0,
"interest": 0,
"due_date": "2019-08-24T14:15:22Z",
"overdue_days": -2147483648,
"name": "string",
"tax_id": "string",
"street": "string",
"street_number": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"link": "string",
"customer_id": "string",
"transaction_id": "string",
"tags": {},
"discounts": {},
"descriptions": {},
"deleted_by": "string",
"errors": {}
}curl --location --request PATCH '/boletos//cancel/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": -2147483648,
"paid_amount": -2147483648,
"fee": -2147483648,
"fine": 0,
"interest": 0,
"due_date": "2019-08-24T14:15:22Z",
"overdue_days": -2147483648,
"name": "string",
"tax_id": "string",
"street": "string",
"street_number": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"link": "string",
"customer_id": "string",
"transaction_id": "string",
"tags": {},
"discounts": {},
"descriptions": {},
"deleted_by": "string",
"errors": {}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "canceled",
"amount": -2147483648,
"paid_amount": -2147483648,
"fee": -2147483648,
"fine": 0,
"interest": 0,
"due_date": "2019-08-24T14:15:22Z",
"overdue_days": -2147483648,
"name": "string",
"tax_id": "string",
"street": "string",
"street_number": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"line": "string",
"link": "string",
"bar_code": "string",
"customer_id": "string",
"external_id": "string",
"transaction_id": "string",
"tags": {},
"discounts": {},
"descriptions": {},
"deleted_by": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"issue_date": "2019-08-24T14:15:22Z",
"errors": {}
}