curl --request GET \
--url https://api.meetcampfire.com/ca/api/file/{id}/temp-download-url \
--header 'Authorization: <api-key>'Return a short-lived presigned S3 URL for downloading a file.
:param request: The incoming DRF request (must be authenticated).
:return: JSON response with url key or an error.
curl --request GET \
--url https://api.meetcampfire.com/ca/api/file/{id}/temp-download-url \
--header 'Authorization: <api-key>'