================================================================================
REQUEST LOG: req_vJMFcVRgTuST
================================================================================

[2026-05-12 07:56:27.995766] REQUEST END
    Status: 200
    Response Time: 1.39ms
    Response: {
    "success": true,
    "message": "Expense categories retrieved successfully",
    "data": [
        {
            "id": 1,
            "name": "icecream",
            "description": "test",
            "is_active": true,
            "created_at": "2025-12-16T21:12:53.000000Z",
            "updated_at": "2025-12-16T21:12:53.000000Z",
            "deleted_at": null,
            "tenant_id": "1"
        },
        {
            "id": 2,
            "name": "General",
            "description": "General expenses",
            "is_active": true,
            "created_at": "2026-05-10T12:46:51.000000Z",
            "updated_at": "2026-05-10T12:46:51.000000Z",
            "deleted_at": null,
            "tenant_id": "1"
        }
    ],
    "meta": {
        "request_id": "req_vJMFcVRgTuST",
        "timestamp": "2026-05-12T07:56:27+00:00"
    }
}

================================================================================