{
    "spotifyAPI": {
        "clientID": "",
        "clientSecret": ""
    },
    "playlists": [
        {
            "user": "",
            "id": ""
        }
    ],
    "destinationPlaylist":
    {
        "user": "",
        "id": ""
    },
    "numberOfTracks": 10,
    "redirectUrl": "http://localhost:8080"
}