CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "string",
"validationCode": "string",
"username": "string"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]