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"}'
Language
Click Try It! to start a request and see the response here!