{
"title": "",
"summary": "",
"content": "",
"cover": "",
"categoryId": ""
}curl --location --request POST 'http://prod-cn.your-api-server.com/buildingai-simple-blog/consoleapi/article' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "",
"summary": "",
"content": "",
"cover": "",
"categoryId": ""
}'{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"path": "string"
}