#!/bin/sh curl --fail-with-body -H "Authorization: Bearer $(cat token.txt)" "$@" echo