{
"sessionId": "7f3c1a2e-...",
"mode": "thorough"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/switch-chat-mode' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "7f3c1a2e-...",
"mode": "thorough"
}'{
"data": {
"switchLocalChatMode": {
"success": true,
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}