curl --location --request PATCH 'https://upload.tf/api/v1/pages/mysite' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "mysite"
}'{
"success": true,
"data": {
"page": {
"id": "a1b2c3d4",
"name": "mysite",
"url": "https://mysite.upload.tf",
"fileName": "index.html",
"kind": "site",
"sizeBytes": 184320,
"fileCount": 12,
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"chatEnabled": true
}
}
}