curl --location --request GET '/css_template/'
{
"description_columns": {
"column_name": "A Nice description for the column"
},
"id": "string",
"label_columns": {
"column_name": "A Nice label for the column"
},
"result": {
"created_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"css": "string",
"id": 0,
"template_name": "string"
},
"show_columns": [
"string"
],
"show_title": "Show Item Details"
}