curl --location --request POST 'http://qiyukf.com/openapi/robot/session/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 0,
"appId": "string",
"fromAccount": "string",
"groupId": 0
}'
{
"code": 200,
"message": "哈哈",
"data": true
}