[FastAPI] add /addvote/ (get, post) routes
Primary commit for this MR:
add /addvote/ (get, post) routes
Another part of the "Trusted User" collection of routes.
This allows a Trusted User to create a proposal.
New Routes:
- get `/addvote/`
- post `/addvote/`
Signed-off-by: Kevin Morris <kevr@0cost.org>
Edited by Kevin Morris