curl --location 'http://159.75.169.224:1235/api/knowledge/article' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string",
"coverImage": "string",
"categoryId": 0,
"summary": "string",
"tags": "string",
"id": "string"
}'{}