curl --location --request POST 'https://app.inboundiq.ai/api/v1/user/signup' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@exmaple.com",
"firstName": "John",
"lastName": "Doe",
"websiteUrl": "https://example.com"
}'{
"status": 200,
"message": "User verified successfully, checking for website eligibility",
"data": {
"userId": "usr_9180b333-4874-4785-a380-a62d626b55fc"
}
}