diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 3ef05dfdd..1ceffc860 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -183,6 +183,12 @@ curl --location --request POST 'https://try.supertokens.com/recipe/dashboard/use --header 'Content-Type: application/json' \ --data-raw '{"email": "rishabh@supertokens.com","password": "abcd1234"}' +curl --location --request POST 'https://try.supertokens.com/recipe/dashboard/user' \ +--header 'rid: dashboard' \ +--header 'api-key: ' \ +--header 'Content-Type: application/json' \ +--data-raw '{"email": "demo@supertokens.com","password": "abcd1234"}' + curl --location --request PUT 'https://try.supertokens.com/recipe/multitenancy/tenant' \ --header 'Content-Type: application/json' \ --data-raw '{