Note: If you have not used Filesos before, you can safely ignore these APIs.
curl --location --request POST 'https://api.snapbyte.io/v1/files' \
--header 'Content-Type: application/json' \
--data-raw '{
"driveId": "string"
}'
{
"success": true,
"message": "",
"data": {
"id": "ff1f1ebf-461f-4a14-834e-ba6479e333a5"
}
}