{ "content": "212121", "externalId": "test1" }
curl --location --request POST 'http://s.front.lc/api/comment/newComment' \ --header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJpZCI6MiwiZW1haWwiOiJ3d3cifQ.mKVaSETTPP1vcDxkkrCQpU0GOraEDh3hCuqhgGslxgs' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "212121", "externalId": "test1" }'
{ "id": 0, "sourceId": 0, "content": "string", "userId": 0, "replyUserId": null }