This may seem like a very specific question, however I am sure that the problem I am running into can be abstracted into a situation that can occur when working with any API or Spring Boot in general.
I am using Plaid's API for retrieving dummy information from a dummy bank account to work with a budgeting app I am working on. As I am trying to make a get request to retrieve data, I am running into an IllegalArgumentException of type "Unexpected value "signal". I am unsure why this is, and I will attach a screenshot below to illustrate the API's methods and the terminal output. This description is rather straightforward, but I can provide more description if needed, or seek the Plaid manual to understand the API's use as I am doing here, albeit it seems pretty obvious with its meaning method names. Thanks!
I have tried reading the documentation and seeking for the official repository where Plaid offers Java bindings and testing of its features. Moreover, I have tried debugging but I am unable to pinpoint where the error is coming from.