curl --location 'https://api.inboxkit.com/v1/api/sequencers/lemlist/verify' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification_id": "f5111544-c0f2-4c62-99eb-88d94bbf8c59",
"verification_url": "https://app.lemlist.com/confirmation-code/abc123...",
"otp": "123456",
"email": "[email protected]",
"password": "your-lemlist-password"
}'{
"error": false,
"status": "connected",
"uid": "seq_123456789",
"message": "Lemlist sequencer verified and added"
}