Authorization: ********************access_token: ********************curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/expenses?cursor&limit&sortKey&sortDir&search&date_from&date_to&location&expenseCategory&status' \
--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
}
}