curl --request POST \
--url https://api.contas.rdstationmentoria.com.br/rest/users/recovery \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"recaptchaToken": "<string>"
}'
true
Successful response
The response is of type boolean
.
curl --request POST \
--url https://api.contas.rdstationmentoria.com.br/rest/users/recovery \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"recaptchaToken": "<string>"
}'
true
curl --request POST \
--url https://api.contas.rdstationmentoria.com.br/rest/users/recovery \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"recaptchaToken": "<string>"
}'
true
Successful response
The response is of type boolean
.
curl --request POST \
--url https://api.contas.rdstationmentoria.com.br/rest/users/recovery \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"recaptchaToken": "<string>"
}'
true