Hi,
I am attempting to create test sets using the related api endpoint described by the following api documentation page:
https://www.practitest.com/api-v2/#create-a-testset
When submitting the request, the response is the following:
422 Unprocessable Entity
with the message "Project must exist"
All other calls, like getting tests, test sets, instances, test runs work with the same project in the url, so does creating test runs for instances.
Any idea what I might be doing wrong?
Here is the body I am using with the request:
{"data": {"type": "sets", "attributes": {"name": "Some automated tests (Postman generated)"}}}