Get a presigned URL for a thread file
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/thread-files/url \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/thread-files/url \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}