curl --location --request POST '/store/$id/sales/$transactionId' \
--header 'Content-Type: application/json' \
--data-raw '{
"approval_sale_code": "A1B2C3D4E5",
"user_code": 7864,
"sold_checkout_at": "2023-04-15T10:30:22Z"
}'
{
"id": 12345,
"created_at": "2023-04-15T10:30:22Z",
"completed_at": "2023-04-15T10:32:45Z",
"currency": "CLP",
"base_amount": 8403,
"tax_amount": 1597,
"tips_amount": 1000,
"amount": 11000,
"code": 0,
"status": "created",
"message": "La solicitud fue procesada con 茅xito"
}