Created
May 20, 2022 10:43
-
-
Save forrestchang/48de2a1000ade270c79760f62e8d544c to your computer and use it in GitHub Desktop.
Love Death Robot Mint Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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