curl --location --request GET '/annotation_layer/'
{
"description_columns": {
"column_name": "A Nice description for the column"
},
"id": "string",
"label_columns": {
"column_name": "A Nice label for the column"
},
"result": {
"descr": "string",
"id": 0,
"name": "string"
},
"show_columns": [
"string"
],
"show_title": "Show Item Details"
}