chore: add empty json payload
This commit is contained in:
parent
06192db599
commit
52be8855ee
|
|
@ -591,6 +591,7 @@ impl Client {
|
|||
let resp = self
|
||||
.http_client_with_auth(Method::POST, &url)
|
||||
.await?
|
||||
.json(&())
|
||||
.send()
|
||||
.await?;
|
||||
log_request_id(&resp);
|
||||
|
|
|
|||
Loading…
Reference in New Issue