curl --request POST \
--url https://catalystapi.superdashhq.com/api/v1/knowledgeBase/addParagraph/{workspaceId}/{kbId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"paragraphs": [
{
"value": {
"data": "<string>"
}
}
]
}
'