> */ public function rules(): array { return [ 'path' => ['required', 'string', 'max:2048'], 'expires_in_minutes' => ['nullable', 'integer', 'min:1', 'max:1440'], ]; } }