def render_create(**options)
            if options[:object].errors.empty?
              render json: serialize(options[:object], **options), status: :created
            else
              render json: options[:object].errors, status: :unprocessable_entity