#!/bin/zsh 

PATH=$1

echo $PATH
/usr/bin/curl "https://qa-ows-analytics.theorchard.io/${PATH}" \
-H 'Orchard-Identity-Id: d08d828a-38fd-4fc2-b56b-f16ff4935ed7' \
-H 'Orchard-Profile-Id: 334' \
-H 'Orchard-Profile-Type: InsightsProfile'  -o /dev/null -w '%{http_code}\n'
