sort_order, and title. Only rows with is_active = true are included.RESIDENT, PRO_RESIDENT,ADMIN, or HERO).Authorization: Bearer ********************curl --location 'http://localhost:4002/rest/games/categories' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'[
{
"id": "gc_rpg",
"slug": "rpg",
"title": "RPG",
"type_id": "gct_genre",
"background_color": "#751008",
"image_url": null,
"where_params": "game_type = (0,8,9) & game_status = null & version_parent = null & cover != null & themes != (42) & rating != null & genres = (12) & rating >= 75",
"sort_options": "{\"field\":\"total_rating\",\"order\":\"desc\"}",
"is_active": true,
"sort_order": 1,
"created_at": "2026-01-15T12:00:00.000Z",
"updated_at": "2026-01-15T12:00:00.000Z",
"type": {
"id": "gct_genre",
"slug": "genre",
"name": "Géneros",
"created_at": "2026-01-15T12:00:00.000Z",
"updated_at": "2026-01-15T12:00:00.000Z"
}
}
]