{
"username":"testuser",
"password": "password123"
}curl --location --request POST 'http://localhost:8080/api/user/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"testuser",
"password": "password123"
}'{"code":200,"message":"success","data":{"token":"","user":{"id":0,"username":"","password":"","followCount":0,"followerCount":0,"isFollow":false}}}