This ticket requests the implementation of a route that retrieves a list of all artists.
- Method: GET
- Path: /artists
- Body
{ "artists": [ { "id": 123, "name": "Artist 1", "age": 25, "bio": "Bio 1" }, { "id": 456, "name": "Artist 2", "age": 30, "bio": "Bio 2" } ] }
- Status Code: 200 OK