curl --location --request POST 'https://api.hashpay.me/v1/organizations//invoices//cancel' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"status": "draft",
"amount": "string",
"paidAmount": "string",
"settlementCurrency": "string",
"tokenSymbol": "string",
"network": "tron",
"walletAddress": "string",
"checkoutUrl": "http://example.com",
"expiresAt": "2019-08-24T14:15:22.123Z"
}