Question
cURL - to test web APIs with the POST method from a terminal
I don't know how to solve this...
To test web APIs with the POST method from a terminal, via following cURL command: curl - X POST -u [username]:[password] https://[Appian Site]/suite/webapi/[startTest API]
