curl --request PUT \
--url https://catalystapi.superdashhq.com/api/v1/knowledgeBase/updateParagraph/{workspaceId}/{kbId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"data": "<string>",
"key": "<string>"
}
'