Mint new assets from the specified collection to the specified user
Parameters
exporttypeMintAssetsProps= { collectionId:string; number:number; // number of assets to mint walletUserId?:string; // specifies walletId if user is an app-owned wallet mintTo?:string; // userId to receive assets (by default uses DID token from headers)}