Authorization: ********************{
"fileName": "string",
"folderId": "string"
}curl --location --request PUT 'https://api.pitside.app/file/' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"fileName": "string",
"folderId": "string"
}'{
"id": "string",
"ownedById": "string",
"fileName": "string",
"contentType": "string",
"fileSize": 0,
"fileURL": "http://example.com"
}