curl --location --request POST '/commentArticle/add?articleId=1'
{ "code": 0, "data": { "id": 0, "content": "string", "userId": 0, "articleId": 0, "updatedAt": "string", "createdAt": "string" } }