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