{ "content": "apifox创建", "replyCommentId": 2, "replyUserId": 1 }
curl --location --request POST 'http://s.front.lc/api/comment/replyComment' \ --header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJpZCI6MiwiZW1haWwiOiJ3d3cifQ.mKVaSETTPP1vcDxkkrCQpU0GOraEDh3hCuqhgGslxgs' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "apifox创建", "replyCommentId": 2, "replyUserId": 1 }'
{ "id": 0, "createdAt": "string", "sourceId": 0, "content": "string", "userId": 0, "replyUserId": null }