curl --request GET \
--url https://api.example.com/api/v1/oauth/success{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}OAuth success page.
This is a placeholder page shown after successful OAuth authorization. In production, this should redirect to the frontend application.
curl --request GET \
--url https://api.example.com/api/v1/oauth/success{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}