Python Meminta token X-WWW-Form-Urlencoded

headers = {'Content-Type': 'application/x-www-form-urlencoded'}
response = requests.post(endpoint, data=request_body, headers=headers)
print(response)
Lazurite