{ "deviceCode": "string" }
curl --location --request POST '/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "deviceCode": "string" }'
{ "code": 0, "msg": "验证码发送成功", "data": null }