{
"password": "string",
"username": "string",
"fullname": "string",
"mobile": "string",
"email": "string",
"memo": "string",
"appIds": [
0
],
"roleIds": [
0
]
}
curl --location --request POST '/v4/gateway/acc.user.create' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"username": "string",
"fullname": "string",
"mobile": "string",
"email": "string",
"memo": "string",
"appIds": [
0
],
"roleIds": [
0
]
}'
{
"data": true,
"success": true,
"message": "string",
"code": 0
}