curl --location --request DELETE 'http://localhost:8000/api/v1/transaction/64' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"member_id":"",
"transaction_time":"",
"payment_id":"",
"subtotal":"",
"discount":"",
"additional_fee":"",
"total":"",
"payment_nominal":"",
"change":"",
"products":[
{
"type":"BUNDLING",
"id":"",
"qty":1
},
{
"type":"PCS",
"id":"",
"qty":1
}
],
"discounts":[
{
"id":""
}
],
"additional_fees":[
{
"name":"",
"type":"",
"value":"",
"nominal":""
}
]
}'