account_types:write.account_types:write.Authorization: ********************curl --location --request PATCH '/v1/admin/account-types/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"currencies": [
"string"
],
"card_enabled": true,
"user_can_open": true,
"auto_open": true,
"interest": {}
}