Authorization: Bearer ********************
{ "eamil":"yansaitao@gmail.com" }
curl --location --request POST 'http://localhost:9999/api/user/send_email' \ --header 'Content-Type: application/json' \ --data-raw '{ "eamil":"yansaitao@gmail.com" }'
{}