{ "ids": "740", "authorizationCode": "{{authorizationCode}}" }
curl --location --request POST 'https://test.vsleem.com/api/third/oauth/changePerThird' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": "740", "authorizationCode": "authorizationCode" }'
{ "code": 200, "msg": "成功" }