curl --request POST \
--url https://api.jsonsilo.com/api/v1/manage/ \
--header 'Content-Type: application/json' \
--header 'X-MAN-API: <api-key>' \
--data '{
"file_name": "<string>",
"file_data": [
"<any>"
],
"region_name": "api",
"is_public": false
}'