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