curl --location --request GET '/stages'
{
"success": true,
"response": [
{
"name": "string",
"status": "string",
"type": "string",
"step": 0,
"dateCreated": "string"
}
]
}