curl --location 'https://app.mgpanel.co/api/invoices?page=undefined&limit=undefined&status=undefined&type=undefined&clientId=undefined&dateFrom=undefined&dateTo=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"invoices": [
{
"_id": "507f1f77bcf86cd799439011",
"code": "IVC-0001",
"type": "invoice",
"status": 10,
"total": 100,
"paidAmount": 0,
"remainingAmount": 100,
"clientId": "507f1f77bcf86cd799439012"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}