curl --request GET \
--url http://localhost:8000/api/v1/google-auth/initiate \
--header 'Authorization: Bearer <token>'{}Initiate Google OAuth2 authorization flow.
Args: redirect_url (Optional[str]): Redirect URL after authorization. Usually redirects to the frontend. user (User): The current user
Returns: Dict containing the authorization URL for user to authenticate
curl --request GET \
--url http://localhost:8000/api/v1/google-auth/initiate \
--header 'Authorization: Bearer <token>'{}