curl --location --request POST 'https://api-cromo.octalog.com.br/v1/entrega-realizada' \
--header 'Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"DataEvento": "2025-10-11T11:58:19",
"Latitude": -23.9999999,
"Longitude": -46.9999999,
"NomeRecebedor": "Nome da pessoa",
"Motorista": {
"Nome": "Nome do motorista",
"Documento": "Documento de identificação (CPF ou RG)",
"Telefone": "119999988888"
},
"Pedido": {
"NotaFiscal": "456",
"CNPJEmissor": "123456789789"
},
"Anexos": {
"LinkRastreio": "https://",
"ComprovanteEntrega": "https://",
"Fotos": [
"https://",
"https://",
"https://"
]
}
}'