================================================================================
REQUEST LOG: req_m87oRSHIQgK3
================================================================================

[2026-05-12 20:36:29.550760] REQUEST END
    Status: 200
    Response Time: 5.49ms
    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_m87oRSHIQgK3",
        "timestamp": "2026-05-12T20:36:29+00:00"
    }
}

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