I am trying to make an outbound post request from FSM to an external api using OAuth2.
There is an endpoint to call in order to retrieve the token, and then we can use the token to make calls on other resources.
I tinkered around this with Postman where I can get this to work with two calls (one for the token and then the resource).
Once I have a token(via postman) I can use that token and make the resource related calls from FSM as well. But How do I setup FSM so that I can get the token and call the resource in one go?
I attempted using a process to retrieve a token before the call, but to no avail.

Any help would be greatly appreciated