curl --location --request GET 'https://app.inboundiq.ai/api/v1/user/login?email=john.doe@example.com&websiteUrl=https://example.com' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Login Successfully",
"data": {
"userId": "usr_9180b333-4874-4785-a380-a62d626b55fc",
"loginUrl": "https://app.inboundiq.ai/api/v1/auth/wildcard-partner?auth_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}
}