Updates the assets’s variable information in the metadata property.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifier of the asset.
"did:trustos:trackid:<id>"
Data needed for the update of an asset.
Metadata to be updated.
{
"color": "blue",
"position": { "x": "98.35", "y": "-12.32" }
}