X-API-Token: ********************{
"name": "string"
}curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///test_series' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"slug": "string",
"name": "string",
"mostRecentActivity": "string",
"testRuns": [
{
"date": "string",
"statusDescription": "string",
"failed": 0,
"passed": 0,
"completed": true
}
]
}