curl --location --request PUT '/system/tenant/package' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": null,
"createDept": null,
"createTime": null,
"delFlag": "0",
"menuCheckStrictly": true,
"menuIds": "2",
"packageId": "4",
"packageName": "套餐办成功",
"queryCreateTime": [],
"remark": "套餐请看大屏幕",
"status": "0",
"tenantId": "",
"updateBy": null,
"updateTime": null
}'