"method": "POST",
"uri": "https://graph.microsoft.com/v1.0/teams/@{outputs('Compose_Template_Teams_ID')}/clone",
"body": {
"displayName": "@triggerBody()['text_1']",
"description": "created by cloning @{triggerBody()['text']}",
"mailNickname": "@triggerBody()['text_1']",
"partsToClone": "apps,tabs,settings,channels,members"
},
"authentication": {
"type": "ActiveDirectoryOAuth",
"authority": "@variables('varAuthorityUrl')",
"tenant": "@variables('varTenantId')",
"audience": "@variables('varGraphApiAudience')",
"clientId": "@variables('varClientID')",
"secret": "@variables('varClientSecret')"
}