Authorization: Bearer ********************{
"deviceId": "device_123456"
}curl --location 'https://www.html-js.cn/api/user/touristLogin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"deviceId": "device_123456"
}'{}