Authorization: ********************curl --location --request GET '/api/v2/reminders/requestee//logs?limit&cursor_key_starting_after' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"uuid": "b85d708d-60f8-4d6c-862c-5e36d940c7d9",
"actor": null,
"message": "April has snoozed reminders until 6 Sep 2025.",
"type": "snoozed",
"created_at": "2023-04-27 14:32:13"
}
],
"meta": {
"reminder_next_scheduled_at": null,
"next_cursor_key": "next-cursor-key",
"has_more": true
}
}