Create a comment.
- Content-Type: "application/json"
- Accept: "application/json"
{
"name": "Mat",
"comment": "Writing tests is easy"
}
===
- Status: 201
- Content-Type: "application/json"
{
"id": "123",
"name": "Mat",
"comment": "Writing tests is easy"
}