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
Successful response
The response is of type boolean
.
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
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
Successful response
The response is of type boolean
.
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