Authorization: ********************curl --location '/v1/transfer-types' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"type": "string",
"enabled": true,
"execution_mode": "string",
"user_can_cancel": true,
"fee_rule_id": "string",
"fee_rule_name": "string"
}
]
}