400 - Bad request
Description
The server could not understand the request due to invalid syntax. Please ensure that the request is well-formed and complies with the expected format and structure. Common causes include missing required parameters, incorrect data types, or improperly formatted JSON.
Common Scenarios
Missing Parameters : A required parameter is not included in the request.
Invalid Parameters : A parameter has an invalid value or type that is not accepted by the server.
Malformed JSON : The JSON payload in the request body is not valid.
Resolution Steps
Verify that all required parameters are included in the request.
Ensure parameters conform to the expected data types.
Validate and correctly format JSON payloads.
Refer to the API documentation for the correct request format.