POST
/
users
/
recover
curl --request POST \
  --url https://api.contas.rdstationmentoria.com.br/rest/users/recover \
  --header 'Content-Type: application/json' \
  --data '{
  "tokenId": "<string>",
  "password": "<string>",
  "recaptchaToken": "<string>"
}'
true

Body

application/json

Response

200
application/json

Successful response

The response is of type boolean.

POST
/
users
/
recover
curl --request POST \
  --url https://api.contas.rdstationmentoria.com.br/rest/users/recover \
  --header 'Content-Type: application/json' \
  --data '{
  "tokenId": "<string>",
  "password": "<string>",
  "recaptchaToken": "<string>"
}'
true

Body

application/json

Response

200
application/json

Successful response

The response is of type boolean.