{
"reg_way": "username",
"username": "user123",
"password": "pass123456",
"code": "59",
"invite_code": ""
}curl --location --request POST 'http://127.0.0.1:5678/api/user/register?user_id=4' \
--header 'Authorization;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'Content-Type: application/json' \
--data-raw '{
"reg_way": "username",
"username": "user123",
"password": "pass123456",
"code": "59",
"invite_code": ""
}'{
"code": 0,
"data": {
"username": "string",
"user_id": "string",
"token": "string"
},
"message": "string"
}