We can validate the voters to be imported before hitting the API, preventing it from being hit with an invalid request.
Example:
From the API documentation we have the following caveat:
- There is currently a 10,000 voter limit per importation request.
We can check this on the client kit and handle the error properly.