{
"nickName":"小红帽",
"username": "xiaohongmao",
"password": "111111",
"userType":"sys_user",
"clientId":"12323",
"grantType":"password",
"tenantId":"000000"
}curl --location --request POST '/auth/register' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickName":"小红帽",
"username": "xiaohongmao",
"password": "111111",
"userType":"sys_user",
"clientId":"12323",
"grantType":"password",
"tenantId":"000000"
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}