Authorization: Bearer ********************curl --location 'https://app.hustro.com/api/v2/client//decisionToImposeFine' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"valueTranslations": [
{
"localeCode": "pl",
"value": "custom work type"
}
]
}'{}