{
"text": "admin"
}curl --location --request POST 'http://localhost:3000/api/badwordcheck' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "admin"
}'{
"success": true,
"data": {
"isIllegal": true
},
"timestamp": "2025-09-23T07:47:32.757Z"
}