Given i have a HTTP-Interface, and for example
POST /user
expects some specific JSON to be posted (for example {"username": "keppla"}), or
GET /search
expects a parameter like /search?term=whatisearch
When the client does not send the expected data, what would be a correct error code?