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