# Functions
GetAlbumByID locates the album whose ID value matches the id parameter sent by the client, then returns that album as a response.
GetAlbums responds with the list of all albums as JSON.
PostAlbums adds an album from JSON received in the request body.