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