type is transfer type code.transfer_types:write.Authorization: ********************curl --location --request PATCH '/v1/admin/transfer-types/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"type": "string",
"enabled": true,
"execution_mode": "string",
"user_can_cancel": true,
"fee_rule_id": "string",
"fee_rule_name": "string"
}