{ "email": "big_fell_sans@163.com", "code": "056802" }
curl --location --request POST 'http://localhost:8080/user/verify_verification_code' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "big_fell_sans@163.com", "code": "056802" }'
{ "data": { "email": "string", "verified": true }, "message": "string", "status": 0 }