curl --location --request PUT 'https://peertube2.cpy.re/api/v1/plugins//settings' \ --header 'Content-Type: application/json' \ --data-raw '{ "settings": { "property1": "string", "property2": "string" } }'
{}