curl --location --request GET 'https://api.managem.co.uk/user/invoices' \
--header 'Authorization: Bearer <token>'{
"invoices": [
{
"id": "string",
"number": "string",
"amountDue": 0,
"createdAt": "string"
}
],
"hasMore": true,
"nextStartingAfter": "string"
}