cURL
curl --request POST \ --url https://{host}/Agent/Tokens/AddTextNote \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tokenId": "<string>", "note": "<string>", "personal": true } '
{ "Note": {} }
Adds a text note to a token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success