Hello,
I wonder if anyone has experience with OAuth authentication in ArcGIS Velocity. Or if there are any examples available.
I am trying to connect to API secured with OAuth 2.0. I choose "configure OAuth" inside HTTP Poller and define token endpoint. I provide all authentication details under POST body, but I constantly get the response that "test request failed".

I test the same connection inside Postman and there, I can get an access_token in response. Request body parameters and token URL are exactly the same.
That's why I wonder if there are any exceptions inside ArcGIS Velocity or some additional configuration one should be aware of. I would appreciate any tips.
Thank you