{
"articleId": 0,
"articlePassword": "string"
}
curl --location --request POST 'http://127.0.0.1:8090/articles/access' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleId": 0,
"articlePassword": "string"
}'
{
"flag": false,
"code": 0,
"message": "",
"data": null
}