SuperEric
12/08/2023, 9:35 PMInvalid Json Input
when trying to create a dashboard user using the curl request sample and providing an email and password. Checked the logs, but there's no useful information besides the Invalid Json Input
which is getting thrown here: https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/InputParser.java#L44 and here https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/api/dashboard/DashboardUserAPI.java#L64
Is there any specific rules the username and password needs to follow, it looks like my request is using valid json