{
"id": 0,
"password": "string"
}curl --location 'http://localhost:1111/api/v1/blog/articles/verify_access_password' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"password": "string"
}'{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": true,
"requestId": "resolveRequestId()"
}