要更新的页面的 URL(如果单击它,链接将不起作用,它只是一个示例):https ://test-services.zzz111.org/yyy-9/center/api/rest/v1/pols/ZYPK
我假设我需要在这个 URL 上做一个 POST。
以下是请求示例:
<PolChangeSet schemaVersion="2.1" username="ZZ@yyy999.com" description="Adding a note">
<Attachment name="pic.jpg" contentType="image/jpeg">
<Description/>
<Location>https://services.zzz111.com/yyy-9/center/api/sdo/rest/v1/buckets/attachments/objects/6BD0C43B-4608-0EDE-F6DA-919097EFCABF.jpg</Location>
</Attachment>
</PolChangeSet>
我将如何将此 HTTP POST 请求发送到 URL?