Autentication in the API

Hello. I am creating an integration wich your API, but I am receving erro 403.

This is my code in Python

url_log = “https://api.opencellid.org/v1/auth/login?token

headers = {“Content - Type”: “application/json”}
playload = {“Content-Type”: “application/json”,“token”: “my-token”}

resp = requests.get(url_log,headers=playload, verify=False)
print(resp)

<Response [403]>

Can you please test your token in the sandbox on your dashboard? If the token is working in the sandbox, it implies there’s an error in the code. If the token isn’t working in the sandbox as well. Please reachout to support.