Authorization: Bearer ********************{
"platform": "string",
"exp": 0
}curl --location 'http://127.0.0.1:4300/user/qrcode_login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "string",
"exp": 0
}'{}