Authorization: ********************{
"userId": "string",
"insuranceMenuType": 0
}curl --location --request POST '/user/order/charge-package-order/getAddonProducts' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"insuranceMenuType": 0
}'{
"code": "string",
"msg": "string",
"data": [
{
"originalPrice": 0,
"salePrice": 0,
"id": "string",
"title": "string",
"productType": 0,
"chargingCouponsPayAmount": 0,
"orderNo": "string"
}
],
"stackTraceMsg": "string"
}