Authorization: Bearer ********************curl --location --request GET 'https://app.hustro.com/api/v2/project//process' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'[
{
"_id": "string",
"label": "string",
"code": "string",
"color": "string"
}
]