curl --request POST \
--url https://your-instance.example.com/api/auth/workos/callback \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"state": "<string>",
"error": "<string>",
"redirect_uri": "<string>",
"organizationId": "<string>"
}
'