curl --location 'https://api.hashpay.me/v1/organizations//invoices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": "100.00",
"settlementCurrency": "USD",
"tokenSymbol": "USDT",
"network": "tron",
"customerId": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"metadata": {}
}'{
"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"
}