CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and USER
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/me/change-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"newPassword": "string"
}'
{}