Hi all,
I'm attempting to use the Invoke Web Service step to send a REST API call with a JSON body and a Bearer authorization token in the header. I've checked the body, the token, and the URL using another program and they all seem correct, but when I use them in PAD I get an error response. So I'm trying to check whether I'm using the token correctly for the step. See below:

I'd like to know if that's the correct way of doing things, and if not, if an example of the correct way could be provided that'd be great. Thanks!