curl --location '/v1/cards//comments' \ --header 'Content-Type: application/json' \ --data '{ "text": "string" }'
{ "id": "string", "text": "string", "authorId": "string", "authorName": "string", "createdAt": "string" }