curl --location --request GET '/sys/quote/' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzOTc0YzdkLTNjZDUtNGQxZC04MDhmLTIyYzFlNjlhOGEzZiJ9.jNJ966JRnICGE7oYZ6xnQe9Tok4ASOoJGk9Zv6E4ThXbvl2JBsBdlA2HatIJOkRvqc835trMfvHGqW5OwbInkA'
{
"data": {
"customerId": "string",
"name": "string",
"total": 0,
"actualTotal": 0,
"amount": 0,
"actualAmount": 0,
"remark": "string",
"productList": [
{
"productId": "string",
"brandName": "string",
"price": 0,
"actualPrice": 0,
"quantity": 0,
"remark": "string",
"room": "string",
"subtotal": 0
}
],
"surchargeList": [
{
"name": "string",
"by": "string",
"byValue": 0,
"fee": 0
}
]
}
}