curl --location --request PUT 'https://upload.tf/api/v1/pages/mysite/expiry' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"expiresAt": "2019-08-24T14:15:22.123Z"
}'{
"success": true,
"data": {
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}