curl --location --request PUT '/store/$id/sales/$transactionId' \
--header 'Content-Type: application/json' \
--data-raw '{
"sale_voided_at": "2025-07-29T10:30:22Z",
"categories": [
{
"id": "49835",
"amount": 2000
}
]
}'
{
"code": 0,
"status": "success",
"message": "La solicitud fue procesada con 茅xito",
"id": 12312123,
"state": "voided",
"voided_at": "2025-02-16T12:39:56Z",
}