{
"chatId": "string",
"token": "string",
"botInfo": {
"imBotId": "string",
"wecomUserId": "string",
"nickName": "string"
},
"imRoomId": "string",
"topic": "string",
"avatarUrl": "string",
"ownerImContactId": "string",
"groupId": "string",
"timestamp": "string"
}
curl --location --request POST 'https://aa-stream-api.ddregion.com/room/topic' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "string",
"token": "string",
"botInfo": {
"imBotId": "string",
"wecomUserId": "string",
"nickName": "string"
},
"imRoomId": "string",
"topic": "string",
"avatarUrl": "string",
"ownerImContactId": "string",
"groupId": "string",
"timestamp": "string"
}'
{}