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