Has anyone worked with TestRail? If so, I would love some help in figuring out to format the HTTP requests that I am supposed to send in order to create the test cases. I've looked over the documentation the TestRail API, but the documents aren't very clear.
What I am trying to do is take information from an Excel spreadsheet and the upload it into the TestRail program. I've been told that I need to pass each part of the test case (Title, Expected results, priority, etc.) as arguments within the http request. I'm just looking for some clarification. I'm using PHP to do all this, so if you could help, that would be most appreciated.