update:assetsupdate:assets permission. Make sure your token was created with this permission during token creation.curl --location --request PATCH 'https://api-v2.getmarvia.com/v1/assets//meta-tags' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"123e4567-e89b-12d3-a456-426614174000": "123e4567-e89b-12d3-a456-426614174001",
"123e4567-e89b-12d3-a456-426614174001": [
"123e4567-e89b-12d3-a456-426614174002",
"123e4567-e89b-12d3-a456-426614174003"
],
"123e4567-e89b-12d3-a456-426614174002": "Sunrise in Amsterdam",
"123e4567-e89b-12d3-a456-426614174003": null
}'{
"_tag": "Success",
"data": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
}