Authorization: Bearer ********************curl --location --request POST '/api/v1.0/authorization/app/check-smscode?mobile=&smsCode=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "ok",
"data": {
"result": true
}
}