{
"body": {
"dialogId": "string"
}
}
curl --location --request POST '/api/open/v3/butler/transferToHuman' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"dialogId": "string"
}
}'
{
"code": 0,
"message": "",
"data": {
"entity": {}
}
}