curl --location --request POST 'http://api.etops.top/api/v2/user/qq_bind' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"qq": "string",
"bind_secret": "string"
}'{
"code": 1002,
"message": "未找到绑定信息,请检查绑定码是否正确。"
}