curl --location --request POST 'https://app.hustro.com/api/v2/client//correctiveActionType//translation' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"localeCode": "pl-PL",
"value": "polskie tłumaczenie"
}'{}