Authorization: Bearer ********************curl --location --request PUT 'https://app.hustro.com/api/v2/project//workflow//stage//order' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": {
"beforeId": "string",
"afterId": "string"
}
}'{
"_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
}