Authorization: ********************{
"userId": "string",
"insuranceMenuType": 0
}curl --location --request POST '/user/insurance-order/sumByUser' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"insuranceMenuType": 0
}'{
"code": "string",
"msg": "string",
"data": {
"remainDays": 0,
"lastExpireTime": "string",
"remainingCount": 0,
"insuranceOrderCountRespList": "new ArrayList<>()",
"userId": "string"
},
"stackTraceMsg": "string"
}