{
"member_authentication_configuration": {
"application_identifier": "webforms"
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/applications/ios/member_authentication_configuration/duplicate' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"member_authentication_configuration": {
"application_identifier": "webforms"
}
}'
{
"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"
}
}