curl --location --request GET 'https://api.lootlocker.com/game/v1/messages' \
--header 'x-session-token;'
{
"success": true,
"messages": [
{
"title": "Test",
"summary": "Test",
"body": "Longer body here",
"category": "Broadcast",
"alert": false,
"new": true,
"image": "store.sale",
"action": "store.open",
"published_at": "2024-09-09 12:25:37"
}
]
}
x-session-token: ********************