{ "mobile": "string", "verificationCode": "string" }
curl --location '/auth/signup' \ --header 'Content-Type: application/json' \ --data '{ "mobile": "string", "verificationCode": "string" }'
{ "code": 200, "data": { "token": "string", "type": "string", "expireTime": "string" }, "message": "string" }