curl --location --request POST 'https://api.perfectworks.io/api/v0/files//download-url' \
--header 'Content-Type: application/json' \
--data-raw '{
"expiresIn": 3600
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}