POST /shared/playlists/{token}/comments/{comment_id}/attachments

Upload one or more files as attachments to a comment the same guest previously posted.

POST /shared/playlists/{token}/comments/{comment_id}/attachments
curl \
 --request POST 'http://api.example.com/shared/playlists/{token}/comments/{comment_id}/attachments' \
 --header "Authorization: $API_KEY"