请及时更新项目!
curl --location --request POST 'http://101.43.142.153/api/user/register' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"idNumber": "string",
"role": "NORMAL"
}'
{}