curl --location 'https://api.hashpay.me/v1/organizations//billing/invoices?limit=&cursor=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"status": "draft",
"total": "string",
"currency": "string",
"periodStart": "2019-08-24T14:15:22.123Z",
"periodEnd": "2019-08-24T14:15:22.123Z",
"merchantInvoicePublicId": "string",
"checkoutUrl": "string"
}
],
"nextCursor": "string",
"hasMore": true
}