Authorization: ********************X-HashPay-Key: ********************curl --location 'https://api.hashpay.me/v1/organizations//invoices/' \
--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"
}