curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/social_logins/configurations/' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
    "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"
    }
}