CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/renew-app-token?clientId&remember-me' \
--header 'Content-Type: application/json' \
--data-raw '{
"validationToken": "string",
"originClientId": "string",
"userId": "string",
"ip": "string"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]