#!/bin/bash FILE="$1" /usr/bin/curl \ -H "Content-Type: application/json" \ -X GET \ -d "{\"file\":\"${FILE}\"}" \ https://publish.lumbung.space