This ticket requests the implementation of a route that allows the creation of a new song.
- Method: POST
- Path: /songs
- Body
{ "title": "My Song", "artist_id": 123, "album": "My Album", "length": 180 }
- Body
{ "id": 456, "title": "My Song", "artist_id": 123, "album": "My Album", "length": 180 }