In original open-api declaration provided wrong body type. Because of this request cannot be sent :( https://www.keycloak.org/docs-api/latest/rest-api/openapi.json  When i locally change body type to RealmRepresentation and regenerate kiota client it's work fine. `$.paths["/admin/realms"].post.requestBody.content["application/json"].schema = """{ "$ref": "#/components/schemas/RealmRepresentation" }"""`