Authorization: Bearer ********************
curl --location --request PUT 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/pix-card/dados/bancarios/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"operationTypeValue": "Pix",
"pixKeyTypeValue": "NaturalRegistrationNumber",
"keyPix": "83999223321"
}'
{}