[
{
"name": "Namespace_1",
"comment": "123123",
"user_ids": ["6d36d28c8fd14dc0b4382e8c38573662"]
}
]
curl --location --request PUT 'http://119.91.66.223:8090/naming/v1/namespaces' \
--header 'X-Polaris-Token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "Namespace_1",
"comment": "123123",
"user_ids": ["6d36d28c8fd14dc0b4382e8c38573662"]
}
]'
{
"code": 0,
"info": "string"
}