Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/s3files?parent_type=Logistics::Loading&parent_id=9093ab21-1926-409e-a82f-3a6b1d7a4921' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"name": "string",
"file_data": "string",
"size": "string",
"file_type": null,
"created_at": "string",
"parent_type": "string",
"parent_id": 0,
"document_url": "string",
"user_id": 0,
"user_name": "string",
"file_class": "string"
}
]