curl --request PATCH \
--url https://api.sandbox.isometric.com/mrv/v0/label/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <x-client-secret>' \
--data '{
"name": "<string>",
"scope": "REMOVAL",
"supplier_reference_id": "<string>"
}'