curl --request POST \
--url https://api.qa.tech/v1/test-cases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"goal": "<string>",
"applicationShortId": "<string>",
"expectedResult": "<string>",
"resumeFromDependencyProjectTestCaseId": "<string>",
"waitForDependenciesProjectTestCaseIds": [
"<string>"
],
"configShortIds": [
"<string>"
],
"scenarioShortId": "<string>"
}
'