Received an error from the Vercel API that the firstName field had a trailing space. I'm assuming I'd get the same error for other fields if they aren't .trim()'d before passing into the SDK?
Seems like something the lib could just do for the consumer instead of putting that onus on the consuming code?