CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and USER
curl --location --request PUT 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/me/authentication-factors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "5efd263cbe2d398bb00b97ea",
"contactType": "EMAIL",
"email": "example@br.experian.com",
"mobile": {
"regionCode": 55,
"areaCode": 11,
"phoneNumber": 911112222
},
"tags": "[\"MARKED_RESOURCES\"]"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]