{ "grant_type": "authorization_code", "code": "3e9ibe605d9a411e86a9e29d37552635" }
curl --location --request POST 'https://open.feishu.cn/open-apis/authen/v1/oidc/access_token' \ --header 'Authorization: Bearer t-g10438dWNYUCSG6BI55F76MVZ5IEWPEB6ZUS26IA' \ --header 'Content-Type: application/json' \ --data-raw '{ "grant_type": "authorization_code", "code": "3e9ibe605d9a411e86a9e29d37552635" }'
{ "code": 0, "data": { "access_token": "string", "refresh_token": "string", "token_type": "string", "expires_in": 0, "refresh_expires_in": 0, "scope": "string" }, "message": "string" }