hi.
I am trying create a script to create request using API.
After some hours trying developer this script, I get success to connect token and send a http post, but I am receiving this return:
<operation name="ADD_REQUEST">
<result>
<status>Failed</status>
<message>POST_ONLY_URL</message>
<error_code>4001</error_code>
</result>
</operation>
This is my http request code:
Someone has a bash script using curl that I can use like a sample.
Thanks.