Authorization: Bearer ********************curl --location -g --request GET 'https://app.hustro.com/api/v2/project//workflow?hustro-client=' \
--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
}
]