/cosmos/gov/v1beta1/proposals/{proposal_id}/tally
proposal_id defines the unique id of the proposal.
A successful response.
An unexpected error response.
curl -L \ --url 'https://tia-rest.nownodes.io/cosmos/gov/v1beta1/proposals/{proposal_id}/tally'
{ "tally": { "yes": "text", "abstain": "text", "no": "text", "no_with_veto": "text" } }