Create a new collectionAsk AIpost https://api.fireblocks.io/v1/tokenization/collectionsCreate a new collection and link it as a token. Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, and Editor.Body ParamsbaseAssetIdstringrequiredThe blockchain base assetIdvaultAccountIdstringrequiredThe id of the vault account that initiated the request to issue the tokentypestringenumrequiredThe type of collectionNON_FUNGIBLE_TOKENSEMI_FUNGIBLE_TOKENAllowed:NON_FUNGIBLE_TOKENSEMI_FUNGIBLE_TOKENnamestringrequiredA string that represents the name of the collectionsymbolstringrequiredA string that represents the symbol of the collectionadminAddressstringrequiredThe EVM address of the user that will be set as the admin user of the collectiondisplayNamestringA string to display as a name of the collectionHeadersIdempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.Responses 201Collection was created successfully defaultError ResponseUpdated 4 months ago