curl --location --request POST 'https://www.pacekb.com/api/v2/articles/[id]' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
--data-raw '{
"title": "How to create an article in PaceKB",
"slug": "how-to-create-an-article-in-pacekb",
"categories": [
{
"value": "<id>"
}
],
"tags": [
{
"value": "<id>"
}
],
"excerpt": "Find out how to create an article in PaceKB!",
"ordering": 0,
"status": "published",
"content": "<h1>Getting Started</h1><p>This is how you can create an article in PaceKB...</p>",
"hideFromSearch": false,
"seoBannerUrl": "https://www.pacekb.com/seoBanner.png",
"articleReviewDate": "2023-06-05T20:42:23.805Z",
"lang": "fr"
}'