Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/games/categories/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"slug": "string",
"title": "string",
"type_id": "string",
"background_color": "string",
"image_url": "string",
"where_params": "string",
"sort_options": "string",
"is_active": true,
"type": {
"id": "string",
"slug": "string",
"name": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}