curl --location --request GET 'http://localhost:8080/api/v1/accounting/usage-history/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"reservation_id": 101,
"asset_name": "회의실 1",
"booker_name": "김민준",
"participant_count": 4,
"charge_amount": 34000,
"actual_charge_amount": 30000,
"fixed_cost": 4000,
"image_url": "https://cdn.queuein.com/assets/rooms/1.png"
}