curl --request PATCH \
--url https://app.octomind.dev/api/apiKey/v3/test-targets/{testTargetId} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"app": "<string>",
"testIdAttribute": "test-automation-id",
"testRailIntegration": {
"domain": "https://mycompany.testrail.io",
"username": "user",
"projectId": "123",
"apiKey": "123123123"
},
"timeoutPerStep": 17500
}'