[
{
"id": "100022657904",
"name": "100022657904",
"password": "polarismesh@2022",
"source": "QCloud"
}
]
curl --location --request POST 'http://119.91.66.223:8090/core/v1/users' \
--header 'X-Polaris-Token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "100022657904",
"name": "100022657904",
"password": "polarismesh@2022",
"source": "QCloud"
}
]'
{
"code": 0,
"info": "string"
}