but from what i know, the error you’re encountering is a type of error that usually show up when you’re calling any type of http API, where you might miss to give some info maybe on the header or on the body params, then the API gives you 400 error code which means that your request to them is bad or missing something
if this answer your question please give it a like and mark it as the solution
it’s not a type of error that an AI Agent would give you