curl --location 'https://mock.apidog.com/m1/1126461-0-default/sources//install' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"selection": {
"blueprints": [
"string"
],
"templates": [
"string"
],
"localRoles": [
"string"
]
},
"installAll": true,
"globalRoles": true,
"force": true
}'{
"sourceID": "string",
"templateResults": [
{}
],
"localRoleResults": [
{}
],
"roleResults": [
{}
],
"dryRun": {}
}