{ "phone": "string" }
curl --location --request POST '/api/front/login/send/code' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string" }'
{ "code": 0, "message": "", "data": "" }