Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/chaves/reivindicacoes/confirmacao' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idAccount": 1634554,
"playerType": "CLAIMANT",
"claimUUID": "123e4567-e89b-12d3-a456-426655440000",
"description": "Unique example id 19021"
}'
{
"message": "Mensagem de confirmação",
"keyClaimant": {
"ispb": "12345678",
"idAccount": 2001,
"beneficiaryType": "F",
"nationalRegistration": "03969903045",
"bankAccountNumber": "0009812"
},
"keyGrantor": {
"keyType": "nationalRegistration",
"key": "8899076528",
"ispb": "12345678"
}
}