200 - data.items[] + paging.401 - invalid/expired tokenAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/library/favorites?page_number=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Library fetched successfully",
"data": {
"items": [
{
"title": "Samudra Manthan: The Churning of the Cosmic Ocean",
"slug": "samudra-manthan-the-churning-of-the-cosmic-ocean",
"short_description": "The devas and asuras \n churn the ocean for the nectar of immortality.",
"content_type": "puranic_story",
"source_name": "Vishnu Purana",
"audio_url": "https://audio.hastaai.in/audio/library/abc123",
"is_premium": false,
"is_saved": false,
"has_reminder": false
}
],
"total": 185,
"offset": 0,
"limit": 10
}
}