Authorization: Bearer ********************
{
"username": "string",
"password": "string",
"nickname": null,
"avatar": null,
"email": null,
"tel": "string",
"notes": "string"
}
curl --location --request POST 'http://localhost:3000/user/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"nickname": null,
"avatar": null,
"email": null,
"tel": "string",
"notes": "string"
}'
{}