Running into error while demoing Rapyd on Java

Thanks @Main_Method, here are some tips regarding the error:

The error response mentions two things:

  1. All spaces and other whitespace outside of strings must be removed.
  2. Numbers should be sent in strings, not as integers/numbers with decimal points.

Here are some resources that may help:

I would also take a look around your body string, and and how it may not be parsed correctly.