{
"social_login": {
"name": "Ronnie Walker",
"type": "google",
"config": {
"client_id": "eiusmod"
}
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/social_logins/configurations' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_login": {
"name": "Ronnie Walker",
"type": "google",
"config": {
"client_id": "eiusmod"
}
}
}'
{
"social_login": {
"name": "defaeco",
"type": "google",
"loyalty_club_id": 4605,
"config": {
"client_id": "dolore eiusmod occaecat est"
},
"created_at": "2025-01-22T14:02:43.813Z",
"updated_at": "2025-01-22T14:02:43.815Z"
}
}