Here is how I expected it to work: ```bash curl -H "Content-Type: application/json" -X POST "http://localhost:5001/api/v0/add" -d '{"foo":123}' ```