curl --location --request POST 'https://ext.tiiny.host/v1/upload' \
--header 'x-api-key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--form 'files="/path/to/file.zip"' \
--form 'siteSettings="{ \"password\": \"he!!ow0rld\", \"passwordProtected\": true }"' \
--form 'domain="my-project.tiiny.co"'{
"success": true,
"data": {
"link": "something.tiiny.site",
"status": "active",
"profile": {
"quotaUsed": 5,
"quotaLimit": 1024
}
}
}