curl --request GET \
--url https://app.teable.ai/api/plugin/%7BpluginId%7D/token \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"baseId":"string","secret":"string","scopes":["string"],"authCode":"string"}'