curl --request GET \ --url 'https://backend.testeswaffle.org/streaks/history?email=leitor@exemplo.com'
{ "success": true, "data": [ { "postId": "post_123456", "postTitle": "Como manter seu streak de leitura", "readAt": "2024-01-20T10:30:00Z", "utm_source": "newsletter", "utm_medium": "email", "utm_campaign": "daily_news" }, { "postId": "post_123457", "postTitle": "Os benefícios da leitura diária", "readAt": "2024-01-19T09:15:00Z", "utm_source": "website", "utm_medium": "organic", "utm_campaign": null } ] }
Obtém o histórico completo de leituras de um usuário
Show reading object
Email do usuário
Histórico obtido com sucesso
Show child attributes