curl --location '/api/v1/stages?stage_type=undefined' \
--header 'Authorization;'{
"stages": [
{
"id": 0,
"label": "string",
"hex_color": "string",
"stage_type": "string",
"label_translate": {},
"priority": 0,
"icon_type": "string",
"icon_color": "string",
"sub_stages": [
{
"id": 0,
"label": "string",
"hex_color": "string",
"stage_type": "string",
"label_translate": {},
"priority": 0,
"icon_type": "string",
"icon_color": "string"
}
]
}
]
}