PostGenerateERC721BatchTransfer
signerstring
Blockchain address of the account used to sign requests
fromarray
Sender user's ID
toarray
Receiver user's ID
tokenIdarray
Amount of tokens to be transferred
PostGenerateERC721BatchTransfer
{
"signer": "string",
"from": [
null
],
"to": [
null
],
"tokenId": [
null
]
}