Example #1
0
 def post(playlist_id):
     return {'message': 'Success', 'data': Controller.download_playlist(playlist_id)}, 201