ENDPOINT_DEVICES = "/api/v1/devices" ENDPOINT_SAMPLE = "/api/v1/devices/{}/peripherals/{}/sample" ENDPOINT_ACTUATE = "/api/v1/devices/{}/peripherals/{}/actuate" HEADER = {'Content-Type': 'application/json'}