Authorization: ********************access_token: ********************curl --location 'https://mock.apidog.com/m1/1052146-0-default/expenses?cursor=undefined&limit=undefined&sortKey=undefined&sortDir=undefined&search=undefined&date_from=undefined&date_to=undefined&location=undefined&expenseCategory=undefined&status=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"rows": [
{
"date": "2025-10-02",
"tm": "08:31:00",
"purpose": "Diesel",
"expenseCategory": "Utilities",
"location": "Ikeja",
"amount": 120000,
"status": "ok"
}
],
"nextCursor": "string",
"hasNext": true
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}