curl --location --request GET 'https://app.inboundiq.ai/api/v1/user/details?email=' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"message": "User details fetched successfully",
"data": {
"userId": "9180b333-4874-4785-a380-a62d626b55fc",
"email": "John Doe",
"firstName": "John",
"lastName": "Doe",
"websites": [
"https://example.com",
"https://example2.com"
]
}
}