VerificationResendRequest
Fields to update when resending. If any fields are provided after at least one check has completed, the API returns 400 with "Verification is not in valid state." Send an empty body to resend without updates.
{
"phone": "+6412312312",
"email": "abc@example.com",
"first_name": "string",
"middle_name": "string",
"last_name": "string"
}