page, limit, optional search) with payment_status and payment_url when unpaid.API-key: ********************curl --location --request GET 'https://mijn.host/api/v2/account/invoices/?page&limit&search' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json'{
"status": 0,
"status_description": "string",
"data": {
"invoices": [
"string"
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"total_pages": 0
}
}
}