Bad Request. This error typically occurs due to a problem with the format of request data, such as an non-parsing or invalid body of data, or an invalid set of query parameters or values.

{
  "type": "/apikey-manager-api/error-types/validation-error",
  "status": 400,
  "title": "Validation error",
  "instance": "2c3a7d43-cd2f-4ac0-8d44-7cea20203513",
  "detail": "The request you submitted is invalid. Modify the request and try again.",
  "errors": [
    {
      "type": "/apikey-manager-api/error-types/not-null",
      "title": "Null field",
      "detail": "The 'groupId' field must contain a not-null value."
    }
  ]
}