test-post.sh (297B)
1 #!/bin/bash 2 # This file is in the public domain. 3 set -eu 4 ADDR=`jq -n '{ 5 full_name: "John Doe", 6 street: "Bar street 3", 7 city: "Wuppertal", 8 postcode: 42289, 9 country: "DE", 10 }'` 11 12 echo "Your recovery code is 1234" | ./anastasis-authorization-post.sh "$ADDR"