curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/transferencias/agendamento' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idAccount": 1634554,
"transferType": 0,
"payee": {
"ispb": 12345678,
"bankAccountNumber": "1634554",
"bankBranchNumber": "2020",
"bankAccountType": "CC",
"beneficiaryType": "F",
"nationalRegistration": "03967703045",
"payeeName": "Akato Santos",
"key": "[email protected]"
},
"finalAmount": 1000,
"payerAnswer": "Campo para preenchimento",
"idTx": "DOCK20200103002166189523",
"schedulingDate": "2020-12-14T12:05:39.502Z",
"idEndToEnd": "58D5E212165B4CA0909BC86B9CEE0112"
}'