x-token: ********************
{
"ID": 0,
"content": "string",
"createdAt": "string",
"extra": {},
"title": "string",
"updatedAt": "string"
}
curl --location --request POST 'http://47.254.255.198:8888/news/createNews' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"ID": 0,
"content": "string",
"createdAt": "string",
"extra": {},
"title": "string",
"updatedAt": "string"
}'
{
"code": 0,
"data": null,
"msg": "string"
}