Hello everyone, I am trying to execute a call to an API of a web service and it always returns the 401 error and the problem is that it does not detect the custom headers that I put, I only have to send one and I am writing it the box of custom param in mode key:value and the service must return a 201 with a location, the same call withc Postman for example return 201 CREATED with the headers result.

Has anyone had this problem?
Thanks