POST /v1/users/resend-verification; partner API keys only (no Bearer).curl --location 'https://devapi.immigraflow.com/v1/client/users/resend-verification' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"success": true,
"verification_required": true,
"message": "string",
"verification_delivery": {},
"user": {
"id": 0,
"email": "user@example.com",
"name": "string",
"phone": "string",
"preferred_language": "en",
"email_verified_at": "2019-08-24T14:15:22.123Z",
"notify_by_email": true,
"notify_by_whatsapp": true,
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}