curl --location --request POST 'https://peertube2.cpy.re/api/v1/abuses' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": {
"id": 0
},
"comment": {
"id": {}
},
"predefinedReasons": [
"violentOrAbusive"
],
"reason": "string",
"video": {
"endAt": 0,
"id": {},
"startAt": 0
}
}'{
"abuse": {
"id": 42
}
}