{
"userAccount": "ssh03",
"pwd": "123",
"email": "1620319687@qq.com",
"code": "447890"
}curl --location --request POST '/mailRegister' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAccount": "ssh03",
"pwd": "123",
"email": "1620319687@qq.com",
"code": "447890"
}'{}