Get request header issue

should be

head = {
'client-id': client_id,
'Authorization': 'Bearer ' + token
}