{
"platform": "wechat",
"device_type": "h5"
}curl --location --request POST '/api/mission/v1/wechat/web-auth/authorize-url' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "wechat",
"device_type": "h5"
}'{
"session_id": "xxx-xxx-xxx",
"authorize_url": "https://open.weixin.qq.com/connect/oauth2/authorize?...",
"platform": "wechat",
"expires_at": "2025-01-01T12:00:00Z",
"expires_in": 300
}