put https://api.hypermint.com/v1/nft-contract//mint
Performs a mint on the contract.
Contracts using ERC-721 should only pass a single token with id 0.
Only deployed contracts can be minted.
Multiple amounts and tokens can be minted at once by specifying them in the tokens array and they will be delivered in a single transaction.
The id returned in the response can be used to check the status of the mint (see GET: Mint Status).