How to setup a Web API i EasyMorph?

So .. I have a working CURL example, with a straightforward communication, but I can't really figure out how to the same thing in EasyMorph. Cant find any documentation and I am not sure if you are using the same standard wording either. How should the Header name be entered? I am using the Web Request action.

I have this header: --header 'Authorization: AuthKey 543534545345345435-345345435.' --header 'Content-Type: application/json'

In the "Web request" action click the tab "Headers", add a new header, and enter the header name and value manually. You can copy them from the CURL example.

Alternatively, use the "pen" button to edit request headers:

More learning resources: