curl --location -g --request GET 'https://app.hustro.com/api/v2/project//hazardCategory' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"items": [
{
"_id": "string",
"label": "string",
"processes": [
"string"
],
"valueTranslations": [
{
"localeCode": "string",
"value": "string"
}
]
}
],
"syncKey": "string",
"entitiesWithoutAccess": [
"string"
]
}