{
"team_type": 1,
"extension": "string",
"leave": 1,
"new_owner_account_id": "string"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/teams//actions/transfer_owner' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_type": 1,
"extension": "string",
"leave": 1,
"new_owner_account_id": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}