{
"id": 8,
"name": "test111",
"parentId": 2,
"description": "description_54haj"
}
curl --location --request PUT 'http://127.0.0.1:8086/api/xhLinksCategories/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 8,
"name": "test111",
"parentId": 2,
"description": "description_54haj"
}'