is_active
false
/auth/verify
is_active=true
{ "username": "TestUser", "email": "lincannm@qq.com", "password": "123456" }
curl --location --request POST '/auth/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "TestUser", "email": "lincannm@qq.com", "password": "123456" }'
{ "user_id": 0, "username": "string", "email": "string", "created_at": "string", "is_active": true }