curl --location --request GET 'https://api.synap.ac/v3/files/'
{
"data": {
"id": "FID001",
"type": "File",
"attributes": {
"path": "string",
"s3Path": "string",
"signedUrl": "string"
},
"relationships": {}
}
}