{
"ifStake": true,
"tokenIdList": [
"1",
"2"
]
}curl --location --request POST 'https://sit-api.playariagame.com/erc721/stake/sign' \
--header 'Content-Type: application/json' \
--data-raw '{
"ifStake": true,
"tokenIdList": [
"1",
"2"
]
}'{
"errCode": null,
"errMsg": "string",
"success": true,
"timestamp": "string",
"errMessage": null,
"data": {
"signature": "string",
"requestId": "string"
}
}