request Client Credentials Token
suspend fun requestClientCredentialsToken(clientId: String, clientSecret: String): SpotifyApiResponse<TokenResponse>
Requests an app-only access token using Client Credentials flow.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
client Id
Spotify application Client ID.
client Secret
Spotify application Client Secret.