/dev/characters/{character_id}/notifications/
/v4/characters/{character_id}/notifications/
curl --location --request GET 'https://esi.evetech.net/latest/characters//notifications/'
[
{
"is_read": true,
"notification_id": 1,
"sender_id": 1000132,
"sender_type": "corporation",
"text": "amount: 3731016.4000000004\\nitemID: 1024881021663\\npayout: 1\\n",
"timestamp": "2023-08-15T09:13:17.863Z",
"type": "InsurancePayoutMsg"
}
]