Authorization: Bearer ********************curl --location --request GET '/tenant//release/' \
--header 'Authorization: Bearer <token>'{
"avatar": {
"type": "None"
},
"description": "string",
"id": "string",
"name": "string",
"orchestration": {
"opening": {
"presetQuestions": [
{
"image": {
"type": "None"
},
"question": "string"
}
],
"showAll": true,
"type": "Default",
"welcome": "string"
},
"shortcut": [
{
"command": "string",
"description": "string",
"name": "string",
"template": "string",
"type": "Template"
}
],
"type": "ChatUI"
}
}