Get a presigned URL to upload a document file. After uploading, use the storageId to create the document record.
curl --request POST \
--url https://api.zavu.dev/v1/documents/upload-url \
--header 'Authorization: Bearer <token>'{
"uploadUrl": "<string>"
}curl --request POST \
--url https://api.zavu.dev/v1/documents/upload-url \
--header 'Authorization: Bearer <token>'{
"uploadUrl": "<string>"
}