|
@ -22,7 +22,6 @@ namespace X1.DynamicClientCore.Models |
|
|
[JsonPropertyName("headers")] |
|
|
[JsonPropertyName("headers")] |
|
|
public Dictionary<string, string> Headers { get; set; } = new() |
|
|
public Dictionary<string, string> Headers { get; set; } = new() |
|
|
{ |
|
|
{ |
|
|
["Content-Type"] = "application/json", |
|
|
|
|
|
["Accept"] = "application/json" |
|
|
["Accept"] = "application/json" |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|