chore: add empty json payload

This commit is contained in:
Zack Fu Zi Xiang 2024-03-20 14:04:56 +08:00
parent 06192db599
commit 52be8855ee
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ impl Client {
let resp = self
.http_client_with_auth(Method::POST, &url)
.await?
.json(&())
.send()
.await?;
log_request_id(&resp);