{ "phone": "string", "smsCode": "string" }
curl --location --request POST 'http://dev-cn.your-api-server.com/code/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string", "smsCode": "string" }'
{ "code": 0, "message": "", "data": null }