curl --location --request PUT 'https://api.vereinsantrag.de/v1/club/departments/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"required": true,
"allowMultiple": true,
"allowForFamilyMembers": true
}'
{
"required": true,
"allowMultiple": true,
"allowForFamilyMembers": true
}