token: ********************
{
"path":"1845682910799159296",
"name":"测试",
"room_id":"123456"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/msg/meme/room/edit?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"path":"1845682910799159296",
"name":"测试",
"room_id":"123456"
}'
{"msg":"","result":{},"status":"ok"}