POST
/
signup_user
curl --request POST \
  --url https://api.infera.org/signup_user \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
"<any>"

Body

application/json
email
string
required

Response

200
application/json
Successful Response

The response is of type any.