To prevent OpenAPI specs from including your navigation property in the request body, customize the schema by excluding it using annotations (e.g., [JsonIgnore]
in C#) or adjusting the OpenAPI configuration to omit specific properties in serialization settings.