curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/social_logins/configurations/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;'
{
"social_login": {
"name": "minima",
"type": "google",
"loyalty_club_id": 2374,
"config": {
"client_id": "quis occaecat aliquip proident"
},
"created_at": "2025-01-22T14:01:02.744Z",
"updated_at": "2025-01-22T14:01:02.745Z"
}
}