curl --location --request POST 'https://hub.apilabz.com/module/615' \
--header 'Content-Type: application/json' \
--data-raw '{
"length": 4,
"uppercase": true,
"lowercase": true,
"numbers": true,
"symbols": true,
"strict": true
}'
{}