POST
/
users
/
recovery
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

Body

application/json

Response

200
application/json

Successful response

The response is of type boolean.

POST
/
users
/
recovery
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

Body

application/json

Response

200
application/json

Successful response

The response is of type boolean.