I see. Try: ``` curl -H "Accept: application/json"...
# support-questions-legacy
r
I see. Try:
Copy code
curl -H "Accept: application/json" -X POST -d \{"formFields":"[{"id": "email", "value": "email@email.com"}, {"id": "password", "value": "12334"}]}" http://localhost:7000/auth/signup -s -S -v -H "Content-Type: application/json"
The API spec is here: https://github.com/supertokens/frontend-driver-interface/blob/master/v1.5.0.md#url-apibasepathsignup
2 Views