curl --request GET \
--url http://127.0.0.1:3000/api/plugin/{pluginId}/token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"baseId": "<string>",
"secret": "<string>",
"scopes": [
"<string>"
],
"authCode": "<string>"
}
'