{
"content_id": "string",
"password": "string"
}curl --location --request POST '/pro/articles//password-verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"content_id": "string",
"password": "string"
}'{
"code": 0,
"data": {
"content": "string",
"message": "string",
"success": true,
"token": "string"
},
"message": "string"
}