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