For this [cadl ranch spec](https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/payload/media-type/main.tsp) we can see that operation [sendAsJson](https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/payload/media-type/main.tsp#L43) is marked with `application/json` yet the [RequestBodyMediaType](https://github.com/Azure/autorest.csharp/blob/feature/v3/test/CadlRanchProjects/payload/media-type/tspCodeModel.json#L315) comes out as `Text` instead of `Json`.