curl --request POST \
--url http://localhost:5300/api/v1/knowledge/bases \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"engine_plugin_id": "<string>",
"creation_settings": {}
}
'