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