Authorization: Bearer ********************curl --location --request POST '/auth/login/google' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idToken": "google-oauth-token"
}'{
"accessToken": "jwt-token-here",
"refreshToken": "refresh-token-here"
}