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