CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"userEmail": "string",
"userName": "string",
"businessId": "string",
"lead": false,
"userMobile": {
"regionCode": 55,
"areaCode": 11,
"phoneNumber": 911112222
},
"token": "string"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]