Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/agenda-lojista/agenda//recebimento' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"valor": 190.38,
"meioPagamento": "PIX",
"dataHoraRecebimento": "2025-06-13T14:24:38.724Z"
}'
{
"id": 1,
"valor": 1,
"dataHoraRecebimento": "2025-01-19T13:56:05.756",
"dataHoraProcessamento": "2025-03-19T11:40:50.623403487",
"meioPagamento": "PIX",
"agenda": {
"idAgenda": 1,
"idLoja": 30,
"dataProcessamento": "2025-03-17T12:56:17.834Z",
"dataVencimento": "2025-03-17",
"valorTotal": 100,
"valorDevedor": 10,
"valorPago": 90
}
}