{
"deliveryFee": 7.99,
"serviceFee": 5.99,
"paymentMethod": "credit_card",
"paymentStatus": "paid",
"orderStatus": "processing",
"shippingAddressId": "",
"deliveryInstructions": "Make sure you put it in the box outside my house"
}
curl --location --request PATCH '/order/80fe5531-335f-4304-b498-56a087511140' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmZjg3ZjJiNS0wYmIxLTRjYjUtODc1OS1mNWY0MzAzZTZmM2IiLCJyb2xlIjoiY3VzdG9tZXIiLCJpYXQiOjE3NDcyOTA1MDAsImV4cCI6MTc0OTg4MjUwMH0.XXZWvDaZxKoL3ZLUoiLlYpzFVh_b0LNz1oqhCC1_MSs' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryFee": 7.99,
"serviceFee": 5.99,
"paymentMethod": "credit_card",
"paymentStatus": "paid",
"orderStatus": "processing",
"shippingAddressId": "",
"deliveryInstructions": "Make sure you put it in the box outside my house"
}'
{}