{
"delivery_event": {
"app_version": "3.0.2",
"app_installation_id": "ce3f1107-1717-448f-a628-d9e67bc118c5",
"platform": "android"
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members//messages/push//delivered' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"delivery_event": {
"app_version": "3.0.2",
"app_installation_id": "ce3f1107-1717-448f-a628-d9e67bc118c5",
"platform": "android"
}
}'
{
"status": "ok"
}