curl --location 'https://api.hashpay.me/v1/admin/billing/discounts?organizationId=&limit=&cursor=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"organizationId": "string",
"valueType": "percent",
"value": "string",
"validUntil": "2019-08-24T14:15:22.123Z"
}
],
"nextCursor": "string",
"hasMore": true
}