I'm trying to connect to our public API, which requires a JWT token.First, I created an object for the Web API Service (POST Auth action/API JWT), which has one POST method where I pass my credentials to obtain a JWT token.Next, I created another obj...