Authorization: Bearer ********************curl --location --request GET 'http://dev-cn.your-api-server.com/v1/users' \
--header 'Authorization: Bearer <token>'[
{
"name": "string",
"id": "string",
"attributes": {
"property1": "string",
"property2": "string"
},
"policies": [
"string"
],
"roles": [
"string"
]
}
]