Handle Sentry OAuth callback. Uses signed state to identify user.
curl --request GET \
--url https://api.example.com/api/v1/integrations/sentry/callback{
"status": "<string>",
"message": "<string>",
"user_id": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/integrations/sentry/callback{
"status": "<string>",
"message": "<string>",
"user_id": "<string>"
}