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