curl --location --request POST 'https://api.semantria.com//taxonomy.' \
--header 'Content-Type: application/json' \
--data-raw 'null'
[
{
"enforce_parent_matching": true,
"id": "string",
"modified": "string",
"name": "string",
"nodes": [
null
],
"topics": [
{
"id": "string",
"type": "string"
}
]
}
]