curl --location --request POST 'https://peertube2.cpy.re/api/v1/video-channels' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Videos made with <3 by Framasoft",
"displayName": "Videos of Framasoft",
"support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
"name": "framasoft_videos"
}'{
"videoChannel": {
"id": {}
}
}