← back to Dw Signup Fulfillment

theme-proposals/loggedin-trade-entry/issue-mennomarf.sh

11 lines

#!/usr/bin/env bash
# TK: replace mennomarf's irreversibly-disabled $12.75 gift card (540800548915)
# Issues a fresh $12.75 card via the LIVE dw-signup-fulfillment service + emails the customer.
# Steve-gated: run this yourself.
set -euo pipefail
curl -s -u 'admin:DW2024!' -X POST \
  'https://dwsignup.agentabrams.com/admin/retail/issue?mode=giftcard' \
  -H 'Content-Type: application/json' \
  -d '{"email":"mennomarf@gmail.com"}' \
  -w '\nHTTP %{http_code}\n'