summaryrefslogtreecommitdiff
path: root/requests.http
blob: c7915039f07e623c329a5e6a439c7223295c1fcd (plain)
1
2
3
4
5
6
7
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"
}