User-474980206 posted
Rest via Webapi is the default for asp.net core.
gRPC is popular for server to server and implementing micro services, but it requires a http 2, and modern servers and network. This probably the closest in spirit to Wcf.
Also popular is graphQL. This allows the caller to control the payload.
you would to tell more of the requirements, and use cases to make a recommendation.