authUrl that the user can navigate to in a browser to complete OAuth setup.{
"provider": "DROPBOX"
}curl --location --request POST '/storage' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "DROPBOX"
}'{
"authenticationUrl": "https://authorization-server.com/auth"
}