POST http://localhost:5000/what/a/good/post/comments Content-Type: application/json { "email": "awesome@example.org", "content": "This is a comment. Hey man, sorry but this is\\na bad not word ok? No hard feelings.", "domain": "localhost:5000" } POST http://localhost:5000/comments/1/replies Content-Type: application/json { "email": "awesome@example.org", "content": "This is a reply to a comment", "author": "Your secret fan" }