PostBatchMint
mints object[]
Array [
tostring
user's ID
amountstring
Amount of tokens for the user
]
signaturestring
EIP712 signature of the minting request
noncenumber
Unique number per request to prevent replay attacks
signerstring
Blockchain address of the account used to sign requests
PostBatchMint
{
"mints": [
{
"to": "string",
"amount": "string"
}
],
"signature": "string",
"nonce": 0,
"signer": "string"
}