curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/member_authentication_configuration' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: '
{
"member_authentication_configuration": {
"enabled": true,
"forced_identifier": "email",
"registration_with_password": true,
"social_login_ids": [
1
],
"domain_id": 1,
"otp_message_id": 1,
"password_reset_message_id": 1,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}