Authorization: ********************{
"auth_code": "auth_code_example"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/auth/oauth//bind' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_code": "auth_code_example"
}'{
"code": 200,
"message": "绑定成功",
"data": []
}