CLI-1STPARTY
and CLI-AUTH-IDENTIFIED
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/reset-legacy-password?clientId' \
--header 'Content-Type: application/json' \
--data-raw '{
"logon": "string",
"token": "string",
"newPassword": "string",
"hash": "KHABSDFGHJBDFA"
}'
{
"accessToken": "eyJhbGciOiJSUzUxMiJ9.eyJqdGkiOiI1Y2ZlMzUxQ...",
"tokenType": "Bearer",
"refreshToken": "78e58fba-7282-4f99-a2da-d37eefc1ab12",
"expiresIn": "1612483680",
"scope": [
"READ, WRITE"
]
}