{
"email": "string",
"password": "string",
"roles": "string",
"storage_max": 0,
"ticket": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"roles": "string",
"storage_max": 0,
"ticket": "string"
}'
{
"code": 0,
"data": {
"created": "string",
"email": "string",
"id": 0,
"profile": {
"avatar": "string",
"bio": "string",
"company": "string",
"created": "string",
"id": 0,
"locale": "string",
"location": "string",
"nickname": "string",
"uid": 0,
"updated": "string",
"url": "string"
},
"role": "string",
"status": "string",
"storage": {
"created": "string",
"id": 0,
"max": 0,
"uid": 0,
"updated": "string",
"used": 0
},
"ticket": "string",
"updated": "string",
"username": "string"
},
"msg": "string"
}