我想使用 Trustpilot API 回复评论。
我已经有一个access_token,这是我的要求:
POST https://api.trustpilot.com/v1/private/reviews/{reviewId}/reply?message={myMessage}&token={myAccesToken}
但是这个请求总是得到一个400 Bad Request响应。
在 Trustpilot 的 API 文档中,没有关于此的规范。 https://developers.trustpilot.com/review-api#回复评论。
有人可以帮助我了解如何使用 TrustPilot API 回复评论。