{ "phone": "string", "type": "string" }
curl --location --request POST '/register/verify' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "string", "type": "string" }'
{ "status": 0, "msg": "string" }