Authorization: Bearer ********************curl --location 'https://app.hustro.com/api/v2/client//circumstances//visibleOnProcess' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"processes": ["PROCESS_ENV", "PROCESS_QA", "PROCESS_HS"],
"projectId": ""
}'{}