OAuth token is missing even though the token was given

Try

HEADERS = {‘client-id’: CLIENT_ID, ‘Authorization’: 'Bearer ’ + OAUTH}

instead of

HEADERS = {‘client_id’: CLIENT_ID, ‘Authorization’: 'Bearer ’ + OAUTH}