X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///test_series' \
--header 'X-API-Token;'
[
{
"slug": "string",
"name": "string",
"mostRecentActivity": "string",
"testRuns": [
{
"date": "string",
"statusDescription": "string",
"failed": 0,
"passed": 0,
"completed": true
}
]
}
]