{ "current": 1, "size": 10, "byCreateAtId": null, "byVoteId": null, "statusType": "0" }
curl --location --request POST '/api/v1/miniapp/votes/records/all/' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "current": 1, "size": 10, "byCreateAtId": null, "byVoteId": null, "statusType": "0" }'
{ "code": "0000", "msg": "Updated Successfully", "data": { "updated_id": 4 } }