curl --location '/reports' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reportable_id" : "",
"reportable_type": "", //"posts", "users", "comments", "systems"
"reason": "",
"content": ""
}'