curl --location --request POST 'https://peertube2.cpy.re/api/v1/video-playlists//videos/reorder' \ --header 'Content-Type: application/json' \ --data-raw '{ "insertAfterPosition": 0, "reorderLength": 1, "startPosition": 1 }'
{}