I am facing an Issue when i try to use a POST API call to authenticate on ‘On premise’ orchestrator. I need to do this in order to get the bearer token to do the other API CALL.
I am trying to do the authenticate with posteman but the result i get is error 415 Unsopported Media Type, what should i do?
I selected ‘none’ from body and add all the header into the ‘Headers’ section but the result is the same, and yes the user had Administrator Role on the orchestrator.
Solved, i selected as body the type ‘string’ instead of JSON