本文档由"一诺"编写,测试使用
{
"email": "user@example.com",
"password": "pa$$word",
"code": "string"
}curl --location --request POST 'https://api.hyperfrp.com/api/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word",
"code": "string"
}'{
"token": "string",
"user": {
"id": 0,
"email": "user@example.com",
"username": "string",
"role": "user",
"isVerified": true,
"groupId": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
}