Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/chaves/reivindicacao' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idAccount": 1634554,
"keyType": "nationalRegistration",
"key": "[email protected]",
"description": "Unique example id 19021",
"claimType": "KEY_TRANSFER"
}'
{
"message": "Operação concluída",
"keyClaimant": {
"ispb": "12345678",
"idAccount": 2001,
"beneficiaryType": "F",
"nationalRegistration": "03945703045",
"bankAccountNumber": "009123"
},
"keyGrantor": {
"keyType": "nationalRegistration",
"key": "88900928311",
"ispb": "12345678"
}
}