{
"content": "",
"address": "",
"nickname": "",
"articleID": "",
"time": ""
}
curl --location --request POST 'http://localhost:3000/api/web/article/comment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "",
"address": "",
"nickname": "",
"articleID": "",
"time": ""
}'
{
"code": 0,
"message": "string"
}