Rest API - Authentication and Authorization
Identify the issue in this Python code snippet using the requests library:
headers = {"Authorization": "Bearer" + token}
response = requests.get(url, headers=headers)