curl --location 'https://upload.tf/api/v1/account' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"plan": "business",
"isAdmin": true,
"limits": {
"maxFileSizeMb": 5,
"accountStorageMb": 5120,
"customLinks": 0,
"shortLinks": 0,
"retentionDays": 30,
"apiAccess": true
},
"usage": {
"pages": 0,
"shortLinks": 0,
"storageUsedBytes": 0
}
}
}