curl --request POST \
--url https://app.onefirewall.com/api/v1/files \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confidence": 1,
"tags": [
"<string>"
],
"file_bytes": "<string>",
"file_type": "<string>",
"file_name": "<string>",
"md5": "<string>",
"sha1": "<string>",
"sha256": "<string>"
}'