Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location --request PUT '/v1/Metadata/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'