Hi @edgar_herrera the moment you update the request json=body to data=body magic happens so your request should look like this -->req = Request(method='POST', url="https://"+ os.getenv('IMS') +"/ims/exchange/jwt/", headers=header, data=body) Also to highlight The Service Account (JWT) credentials ...