curl --request PUT \
--url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey} \
--header 'Content-Type: application/json' \
--header 'X-Clinia-API-Key: <api-key>' \
--data '{
"title": "<string>",
"description": "<string>"
}'