Hi,
I am trying to make a simple POST api call with the following body:
{
"name": "test",
"asset_tag": "test",
"description": "test"
}
As per the API documentation my format seems correct however Zapier keeps returning a 415 Error Usupported media type. I have read documentation that Zapier passes raw data so I would like the know which syntax I should be using in zapier to pass JSON.
Thanks