curl --location --request POST '/coupon-service/service/coupon_svc_checkSysUserPriv' \
--header 'X-APP-ID: 93cceffb582ae70bc4538fe392eab98d' \
--header 'X-APP-KEY: 7e7bf41c5cea60cef5df99eab234a1d6' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"staffId": "8977144204",
"privilegecodeList": [
{
"PrivilegeCode": "NoCancellation"
},
{
"PrivilegeCode": "SkipPartyCheck"
}
]
}
]'
{}