curl --location --request PUT 'http://dev-cn.your-api-server.com/v1/namespaces//services//instances//metadata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'