Create items
This is the C in CRUD.
In its most basic shape and form, this is where we learn how to use HTML form submission with a POST
request to submit a new todo item to the API.
On the API side, we learn how to expose a POST
endpoint and what response to send back to the web app.