$schema->integer()->required()]; } public function handle(Request $request): Response|ResponseFactory { return $this->withOwnEvent($request, function (Event $event) { $this->manual->withdraw($event); return $this->respond(['id' => $event->id, 'state' => $event->fresh()->state->value]); }); } }