WebHook notifications

Versions
2.17.1

Describe the issue:
I want to send webhooks to our Rocket.Chat, but OpenSearch send html body, not json

Configuration:

{
  "start_index" : 0,
  "total_hits" : 1,
  "total_hit_relation" : "eq",
  "config_list" : [
    {
      "config_id" : "Ip75-5IBkTxtk5bkXEfE",
      "last_updated_time_ms" : 1730808888085,
      "created_time_ms" : 1730804276420,
      "config" : {
        "name" : "Rocket",
        "description" : "",
        "config_type" : "webhook",
        "is_enabled" : true,
        "webhook" : {
          "url" : "https://rocket.domain/hooks/**webhook**",
          "header_params" : {
            "Content-Type" : "application/json"
          },
          "method" : "PUT"
        }
      }
    }
  ]
}

In tcpdump i see, that request contain HTML (line based text data), not json