{
"descr": "string",
"name": "string"
}
curl --location --request PUT '/annotation_layer/' \
--header 'Content-Type: application/json' \
--data-raw '{
"descr": "string",
"name": "string"
}'
{
"id": 0,
"result": {
"descr": "string",
"name": "string"
}
}