Version of the API wasn't bumped since it'll need to be bumped in the future for the rest of validations on v3, so we're saving a bit of refactoring on endpoint parametrization, since it's breaking compatibility it's a reasonable tradeoff for now.
Local Tests
Made a request with force: false with batching, it didn't block the request
Closes #171
Summary
Local Tests
force: false
with batching, it didn't block the requestforce: true
with batching, it blocked the request as expectedEnd-to-End Tests