curl --request POST \
--url https://api.intelbase.is/lookup/email \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"email": "<string>",
"timeout_ms": 123,
"include_data_breaches": true,
"exclude_modules": [
"<string>"
]
}'