curl --location --request PUT '/hosted-pages/disable' \
--header 'Authorization: Bearer {{bearerToken}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"applicationUrl": "https://app.example.com"
}'{}