Hello!
The REST API i want to use have the OAuth2 authentication.
I have the username, password and URL.
When i try to use it in a collection, i get the error 415.
{"type":"https://tools.ietf.org/html/rfc7231#section-6.5.13","title":"Unsupported Media Type","status":415,"traceId":"00-874466cf41c1b02bbd0c8aca58762c81-dd8c76ba6769296e-00"}
In the request header, Postman uses Content-Type: application/x-www-form-urlencoded
In the respons header, my API uses Content-Type: application/json; charset=utf-8
How do i solve this?