X-API-Key: ********************curl --location '/api/v1/noga/42' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": 42,
"code": "64.19",
"parent_id": 0,
"level": 0,
"section": "K",
"text_de": "string",
"text_fr": "string",
"text_it": "string",
"text_en": "string"
}
}