{
"remark": "string",
"userId": 0,
"id": 0
}
curl --location --request POST '/callcenter/workOrder/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"remark": "string",
"userId": 0,
"id": 0
}'
{
"code": 0,
"msg": "string",
"data": true
}