curl --location --request GET 'http://192.168.20.159:8080/auth/code?mobile=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": {
"captchaEnabled": true,
"uuid": "string",
"img": "string"
}
}