put https://api.operto.com/v2/partners/properties/
Creating / Adding a property into the Operto system
curl --request PUT \
--url https://api.operto.com/v2/partners/properties/ADC49509XD?keyid=partner \
--header 'content-type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{"name":"Willow Brook","timezone":"America/New_York"}'