Variables
Const AUTHORIZE_URL
AUTHORIZE_URL: string = `${BASE_ACCOUNTS_URL}/authorize`
Const BASE_ACCOUNTS_URL
BASE_ACCOUNTS_URL: "https://accounts.spotify.com" = "https://accounts.spotify.com"
Const BASE_API_URL
BASE_API_URL: "https://api.spotify.com/v1" = "https://api.spotify.com/v1"
Const TOKEN_URL
TOKEN_URL: string = `${BASE_ACCOUNTS_URL}/api/token`