Authorization: ********************curl --location --request POST '/user/order/getProductMenu' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>'{
"code": "",
"msg": "",
"data": [
{
"index": 0,
"type": 0,
"productName": "",
"minutes": 0,
"unitPrice": 0.0,
"totalPrice": 0.0
}
],
"stackTraceMsg": ""
}