summaryrefslogtreecommitdiff
path: root/test.sh
blob: c2cc156bfdeb4fc3bad1b5e49011ce6aa75c174b (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

RES=$(curl -X 'POST' \
    -H 'accept: application/json' \
    -H 'Content-Type: application/json' \
    --data '{ "URL": "https://git.mcdonnell.dev/" }' \
    http://localhost:8000/shorten 2>/dev/null)
printf '%s\n' "$(echo "$RES" | json_pp)"