curl --request POST \
--url http://api.superwize.ai/api/auth/syncGoogleProfileImage \
--header 'Content-Type: application/json' \
--data '{}'{
"image": "https://cdn.superwize.ai/assets/avatars/google-user.png",
"updated": true
}Backfills user image from linked Google account when current image is missing or stale.
curl --request POST \
--url http://api.superwize.ai/api/auth/syncGoogleProfileImage \
--header 'Content-Type: application/json' \
--data '{}'{
"image": "https://cdn.superwize.ai/assets/avatars/google-user.png",
"updated": true
}