{
"name": "1",
"file_url": "2",
"description": "1"
}
curl --location --request POST '/api/system/report/submit/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1",
"file_url": "2",
"description": "1"
}'
{}