BadRequest
BadRequest is a common HTTP status code. It is part of the 4xx client error range, indicating that the server cannot or will not process the request due to something that is perceived to be a client error. This typically means that the request itself is malformed, misleading, or cannot be fulfilled for reasons related to the client's input.
The most common reasons for a BadRequest error include syntax errors in the request, invalid request message
Unlike other 4xx errors that might indicate specific issues like unauthorized access (401 Unauthorized) or a