curl --request POST \
--url https://api.skyvern.com/v1/upload_file \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"s3_uri": "<string>",
"presigned_url": "<string>"
}curl --request POST \
--url https://api.skyvern.com/v1/upload_file \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"s3_uri": "<string>",
"presigned_url": "<string>"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.