Authorization: Bearer ********************curl --location --request DELETE 'https://app.hustro.com/api/v2/project//workflow//stage/' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>'{
"_id": "string",
"name": "string",
"stages": [
{
"_id": "string",
"isDeleted": true,
"order": "string",
"name": "string",
"icon": "description",
"approvalType": "parallel",
"approvers": [
{
"userId": "string",
"order": "string"
}
],
"deadlineDays": 0,
"autoApprove": true
}
],
"isLocked": true
}