Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/oauth2/continue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"selected": true,
"created": true,
"postLogin": true,
"oauth_query": "string"
}'{
"redirect_uri": "http://example.com"
}