content_type, search, or status (Published / Draft). Admin role required. Items additionally carry is_active.200 - data.items[] (incl. is_active) + total, offset, limit.401 - invalid/expired token | 403 - not an adminAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/library/panel?page_number=undefined&content_type=undefined&search=undefined&status=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
}
}