curl --location --request GET '/api/v1/stages' \
--header 'Authorization;'{
"stages": [
{
"id": 0,
"label": "string",
"hex_color": "string",
"translated_labels": [
{
"es": "string",
"en": "string"
}
],
"sub_stages": [
{
"id": 0,
"label": "string",
"hex_color": "string",
"translated_labels": [
{
"es": "string",
"en": "string"
}
]
}
]
}
]
}