Does anyone have an example of a WebRun node to NEOGOV? Their setup is REST API. Content type is json. I'm trying to post department data to NEOGOV and not sure what info I need to include in the header box of the webrun node.
I'm fairlly new at this, So far I have them as individual line. Not sure if they are correct.
=========================== POST /request HTTP/1.1 Host: https://api.uat.neogov.org/rest/departments Accept: application/json Content-Type: application/json Authorization: User1 bW7jcHBjYXBpOk1EEjBwcGGkMjA= ===========================
Thank you.