Example:
{ "audio_id": 4, "title_of_audiobook": "A Promised Land", "duration": 10500, "audio_type": "audiobook", "author": "Barack Obama", "narrator": "Barack Obama" }
All Audio files in the database:
Get specific files based on ID/File type:
OR
Update a specific record in the database:
OR
Example:
{ "title_of_audiobook": "My Life in Red and White", "author": "Arsène Wenger", "narrator": "Arsène Wenger", "duration": 2100 }
Delete a specific record in the database:
OR