Authorization: Bearer ********************curl --location --request GET 'http://dev-cn.your-api-server.com/v1/namespaces//services//instances' \
--header 'Authorization: Bearer <token>'[
{
"metadata": {
"property1": "string",
"property2": "string"
},
"isEphemeral": true,
"weight": 0,
"isExpired": true,
"ttlAt": 0,
"schema": "string",
"host": "string",
"port": 0,
"uri": "http://example.com",
"isSecure": true,
"instanceId": "string",
"serviceId": "string"
}
]