['required', 'exists:studies,id'], 'user_id' => ['required', 'exists:users,id'], ]; } public function authorize(): bool { return true; } }