{ "code": "string", "phone": "string" }
curl --location --request POST '/sms/valid' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string", "phone": "string" }'
{ "code": 0, "msg": "", "data": false }