{
"email": "string",
"verification_code": "111111",
"password": "20021209xiang"
}
curl --location --request POST 'http://localhost:0721/api/user/register' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"verification_code": "111111",
"password": "20021209xiang"
}'
{
"code": 12,
"message": "officia proident in ut"
}