Get all songs

GET /songs

Responses

GET /songs
curl \
 -X GET https://taylor-swift-api.sarbo.workers.dev/songs
Response examples (200)
[
  {
    "song_id": 42,
    "title": "string",
    "album_id": 42
  }
]
Response examples (200)
[
  {
    "song_id": 42,
    "title": "string",
    "album_id": 42
  }
]