I have a code that responds to get requests. How can I change it to receive the post?
curl -d "name=Kate" -X POST http://localhost:5000/ require \