@hackett
I'm sorry to hear that you're experiencing a bad request error. This typically happens when the request sent to the server is not formatted correctly or is missing some required information.
To resolve this, we should check the following:
1. Ensure that the request method (GET, POST, PUT, DELETE, etc.) is correct for the API endpoint you're trying to reach.
2. Verify that all required headers, such as 'Content-Type' and 'Authorization', are included and have the correct values.
3. Make sure that the request body (if required) is properly formatted as JSON or as the API expects.
4. Confirm that any required parameters in the request URL or body are present and correct.
If you provide me with more details about the request you're trying to make, I can assist you further in troubleshooting the issue.