user_can_open=true). Includes supported currencies, card eligibility, and interest configuration.Authorization: ********************curl --location '/v1/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": {}
}
]
}