summaryrefslogtreecommitdiff
path: root/requests.http
blob: 52ecad46a5411f4ebca4b740312116a2f4bb495f (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",
  "domain": "localhost:5000"
}