curl --location '//knowledge-base' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"title": "string",
"content": "string",
"type": "string",
"is_active": true,
"processing_status": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}