curl --request GET \
--url https://sgjm-api.vohoangphuc.com/v1/auth/google/auth{
"success": true,
"message": "<string>",
"data": {}
}Handles the callback from Google OAuth. Returns tokens for existing users or registration prefill for new users.
curl --request GET \
--url https://sgjm-api.vohoangphuc.com/v1/auth/google/auth{
"success": true,
"message": "<string>",
"data": {}
}