When the request body is a content type application/merge-patch+json, swagger-typescript-api wil generate the request with type ContentType.Json (application/json), which may cause the api to reject the request.
Can we add other CONTENT_KIND like JSON_MERGE_PATCH to respect the api contract? Thanks!