{
"userCode": "string",
"userName": "string",
"orgID": 0,
"email": "string",
"mobilePhone": "string",
"userType": "string",
"status": "string",
"password": "string",
"description": "string"
}
curl --location --request POST '/v4/user/create-user' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "string",
"userName": "string",
"orgID": 0,
"email": "string",
"mobilePhone": "string",
"userType": "string",
"status": "string",
"password": "string",
"description": "string"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"userID": 2,
"accessKey": "LTAI5tsddKPduBckyGAhARxi",
"secret": "FqMXQQHNkloZlYC5qzXCyxJqnqRUlE"
},
"statusCode": 800
}