curl --location 'https://app.inboundiq.ai/api/v1/user/login?email=john.doe%40example.com&websiteUrl=https%3A%2F%2Fexample.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"
}
}