account_types:read.account_types:read.Authorization: ********************curl --location '/v1/admin/account-types' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"currencies": [
"string"
],
"card_enabled": true,
"user_can_open": true,
"auto_open": true,
"interest": {}
}
]
}