Hi, I've never used that component, but based on your screenshots and the message returning 400.
400 is a status code which means Bad request. This is usually caused by an error on the request you are passing to the service you are calling (for example, wrong structures or syntax errors).
Try to recheck what the service you're calling is expecting to receive from your end as a request!
Cheers,
Paulo