Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forrestchang/48de2a1000ade270c79760f62e8d544c to your computer and use it in GitHub Desktop.
Save forrestchang/48de2a1000ade270c79760f62e8d544c to your computer and use it in GitHub Desktop.
Love Death Robot Mint Code
curl --location --request POST 'https://us-central1-ldr-prod.cloudfunctions.net/api/sign' \
--header 'authority: us-central1-ldr-prod.cloudfunctions.net' \
--header 'accept: application/json, text/plain, /' \
--header 'accept-language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7' \
--header 'content-type: application/json' \
--header 'dnt: 1' \
--header 'origin: https://lovedeathandart.com/' \
--header 'referer: https://lovedeathandart.com/' \
--header 'sec-fetch-dest: empty' \
--header 'sec-fetch-mode: cors' \
--header 'sec-fetch-site: cross-site' \
--header 'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' \
--data-raw '{
"address": "your address",
"category":"number from 1 - 9"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment