This ticket requests the implementation of a route that retrieves a list of popular genres based on the number of songs associated with each genre.
- Method: GET
- Path: /genres/popular
- Body
{ "genres": [ { "id": 123, "description": "Genre 1", "song_count": 10 }, { "id": 456, "description": "Genre 2", "song_count": 5 } ] }
- Status Code: 200 OK