Authorization: Bearer ********************
{
"postId": 0,
"content": "string",
"draftName": "string"
}
curl --location --request POST 'http://localhost:8098/admin/post/draft' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": 0,
"content": "string",
"draftName": "string"
}'
{
"code": 200,
"errMsg": null,
"data": {
"postContentId": 12,
"postId": 2,
"content": "",
"status": "DRAFT",
"draftName": "龙造理史定",
"lastModifyTime": 1709479396245
}
}