{
"status": "ok",
"member_id": 12345,
"event_id": 1
}
event_id
is invalid (422), returns:{
"error": "Event not found"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/events/validation' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}