Authorization: Bearer ********************curl --location -g --request POST '/api/web/demo/v1/sso/access?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>'{
"code": 1,
"message": "string",
"data": {
"_reload": "string",
"_location": "string",
"_time": 0
}
}