{
"id": 10430,
"newOwnerUserId": 10430,
"oldOwnerPermissionLevel": 2
}curl --location --request PUT '/admin-api/crm/contact/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10430,
"newOwnerUserId": 10430,
"oldOwnerPermissionLevel": 2
}'{
"code": 0,
"data": true,
"msg": "string"
}