PostBatchBurn
burns object[]
Array [
fromstring
user's ID
amountstring
Amount of tokens to be removed from the user
]
signaturestring
EIP712 signature of the burn request
noncenumber
Unique number per request to prevent replay attacks
signerstring
Blockchain address of the account used to sign requests
PostBatchBurn
{
"burns": [
{
"from": "string",
"amount": "string"
}
],
"signature": "string",
"nonce": 0,
"signer": "string"
}