{
"properties": [
"first_name",
"gender"
]
}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members//properties' \
--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 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
"properties": [
"first_name",
"gender"
]
}'{
"id": 41,
"properties": {
"last_name": "Larsen"
},
"sms_status": "enabled",
"email_status": "verified",
"push_status": "enabled",
"has_password": false,
"can_login": true,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"consents": {},
"person_id": 47,
"user_id": null,
"optin_channel": "laborum",
"optin_subchannel": null,
"banned_until": null,
"stores_ids": [],
"subunit_ids": [],
"community_id": 8,
"has_push_token": false,
"previously_deleted_at": null,
"social_logins": [
"apple",
"google",
"vipps"
],
"favorite_stores": [
35078138
],
"registration_medium": "other"
}