curl --location --request POST 'https://enterprise-api.writer.com/content/organization//team//check' \
--header 'content-type: application/json' \
--data-raw '{
"settings": {
"passiveVoice": true,
"wordiness": true,
"unclearReference": true,
"genderInclusivePronouns": true,
"genderInclusiveNouns": true,
"ageAndFamilyStatus": true,
"disability": true,
"genderIdentitySensitivity": true,
"raceEthnicityNationalitySensitivity": true,
"sexualOrientationSensitivity": true,
"substanceUseSensitivity": true,
"confidence": true,
"healthyCommunication": true,
"grammar": true,
"spelling": true,
"contentSafeguards": true
}
}'