customerService->createAndReturn($request->validated()); return response()->json([ 'id' => $customer->id, 'name' => $customer->name, ]); } }