X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///repo_config' \
--header 'X-API-Token;'
[
{
"id": "string",
"type": "string",
"state": "unauthorized",
"user_email": "string",
"installation_id": "string",
"repo_url": "https://github.com/foo/bar.git",
"repo_id": "string",
"external_user_id": "string",
"service_connection_id": "string"
}
]