X-API-Token: ********************{
"installation_id": "string",
"repo_url": "https://github.com/foo/bar.git",
"repo_id": "string",
"external_user_id": "string",
"service_connection_id": "string"
}curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///repo_config' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"installation_id": "string",
"repo_url": "https://github.com/foo/bar.git",
"repo_id": "string",
"external_user_id": "string",
"service_connection_id": "string"
}'{
"message": "string"
}