curl --location --request POST 'https://app.hustro.com/api/v2/project//workflow//stage' \
--header 'hustro-client-version;' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Sophia Gutkowski",
"icon": "assignment",
"beforeId": "dC0CCb8a93acC03532a79DC3",
"afterId": "FC9EDa7Fe4C5Fd4bF84BC5B6",
"approvalType": "sequential",
"approvers": [
{
"userId": "36FA75d3Bc071cd0f43F3F8a"
},
{
"userId": "B4d2a1a8B2a0606dF3eFd7B9"
},
{
"userId": "1a284cE03ba5cDB16f81A261"
},
{
"userId": "e9687cA796DC9CDaCA5ccEBD"
},
{
"userId": "ba2c00F3cf65573e1BccAA9e"
}
]
}'{
"_id": "string",
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"modifiedBy": "string",
"name": "string",
"icon": "string",
"order": "string",
"approvalType": "string",
"approvers": [
{
"userId": "string",
"order": "string"
}
],
"autoApprove": true,
"deleted": true
}