curl --request POST \
--url https://api.getcargo.io/v1/workspaceManagement/files/fetch \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Fetch file data
curl --request POST \
--url https://api.getcargo.io/v1/workspaceManagement/files/fetch \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Was this page helpful?