cURL
curl --request POST \ --url https://{host}/Agent/Storage/Content \ --header 'Authorization: Bearer <token>'
Allows the client to upload, share, update and delete content on the server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success