#!/bin/sh

set -e
set -x

curl -vX POST --header "Content-Type: application/json" -d @json http://localhost/oci/report.php
