Post header - SET HEADERS method

Solved my issue:

Sending as object works in this case without passing string.
Problem was: the header application-type in the design page gets overwritten (of course) when you use the set Web_API’s header to method. Therefore you must provide at least both paramaters pairs: content-type + authorization.

Example for Authorization Bearer here:
2021-03-18_12h54_09

3 Likes