curl --location --request POST 'qrcode/decode' \
--header 'token: {{token}}' \
--form 'image_url="https://1600097257-cn.rich.my-imcloud.com/download/90days_1600097257_MTIxODI5MTQ_c73e7c9fb34c8cb942ad950f2a8e65fe-1757054307429_image_1756738483230.jpg?auth=Ob9SwP_1C4QJ71kI3MLf1eS20Bdgmu82mmPRjnKYm7bswt01-hxLWNUWtduq1JijIMIF-ABuRyCiRE4_wTwcWQ"'{
"code": 200,
"msg": "二维码解析成功",
"data": {
"content": "{\"scanType\":\"to_user_info\",\"result\":12183054}"
}
}