From f4b8e2bf0763b279d68b7e310e6d8499e3efe37f Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 23 Nov 2025 02:04:08 +0000 Subject: [PATCH] =?UTF-8?q?curl=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/curl.md b/curl.md index 4c537a2..ce428fd 100644 --- a/curl.md +++ b/curl.md @@ -64,6 +64,10 @@ json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password curl -X POST -H "Content-Type: application/json" -d $json -sL $url ``` +```sh +json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\",\"inviteCode\": \"$code\"}" +``` + ## login ```sh