export const getResponseErrorForbiddenNoAuthorizationGroups = (
  description = "You are not part of any valid scope, you should ask the administrator to give you the required permissions."
): IResponseErrorForbiddenNoAuthorizationGroups => ({
  ...ResponseErrorGeneric(
    HttpStatusCodeEnum.HTTP_STATUS_403,