{
"custom_page": {
"mobile_url": "string",
"web_url": "string"
},
"default_chat_type": "app_chat"
}curl --location --request POST '/v7/apps//configs/chat/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_page": {
"mobile_url": "string",
"web_url": "string"
},
"default_chat_type": "app_chat"
}'{
"code": 0,
"more": {},
"msg": "string"
}