Toggles the active/inactive status of a scheduling page. If the page is currently active, it will be deactivated, and vice versa.
curl --request PUT \
--url https://api.zeeg.me/v2/event-types/{uuid}/status \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success"
}curl --request PUT \
--url https://api.zeeg.me/v2/event-types/{uuid}/status \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success"
}