curl --location --request GET 'https://api.mpc.dev.placewise.com/v2/members/me/messages_history/?limit&page_info' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;'
{
"messages": [
{
"id": 0,
"created_at": "2022-11-05T16:25:58.099512Z",
"sending_id": 0,
"type": "email",
"content": "string",
"campaign_id": 0,
"loyalty_club_id": 0,
"member_id": 0,
"service_type": "accounting_threshold_exceeded_notifications",
"transmission_status": "new",
"delivered": true,
"gateway": "string",
"transmitted_at": "2022-11-09T16:25:58.099512Z",
"subject": "string",
"from_name": "string",
"from_address": "string",
"url": "string",
"image": "string",
"sender": "alphanumeric",
"data": {},
"tags": {}
}
],
"pagination": {
"next_page_info": "string"
}
}