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