curl --location --request POST 'https://hub.apilabz.com/module/111' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailAddress": "user@example.com"
}'
{"message":"Module executed successfully","response":{"email":"kali.wilkinson45@gmail.com","autocorrect":"","deliverability":"UNDELIVERABLE","quality_score":"0.00","is_valid_format":{"value":true,"text":"TRUE"},"is_free_email":{"value":true,"text":"TRUE"},"is_disposable_email":{"value":false,"text":"FALSE"},"is_role_email":{"value":false,"text":"FALSE"},"is_catchall_email":{"value":false,"text":"FALSE"},"is_mx_found":{"value":true,"text":"TRUE"},"is_smtp_valid":{"value":false,"text":"FALSE"}}}