curl --location --request POST '/api/v1/transactions/orders/logistics/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"code": "PL-123"
}
}'{
"data": {
"code": "PL-123",
"name": "Planilla",
"description": "Planilla",
"amount": 1000,
"resourceId": "123456789",
"dueDate": "2023-01-01",
"totalAmount": 1000,
"receivedAmount": 300,
"Transactions": [
{
"id": "3141241-123456-123456-AE141232",
"amount": 300,
"TransactionStatus": [
{
"id": 2,
"name": "Aprobado"
}
]
}
]
}
}