|string> */ public function rules(): array { // No body parameters need validation as they are derived from the form itself. return [ // Keep empty for now, can add header/other validation later if needed. ]; } }