Authorization: ********************{
"eventOrganizers": 0,
"tenantId": "string"
}curl --location --request POST '/agricultural-bank/queryActivities' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventOrganizers": 0,
"tenantId": "string"
}'{
"code": "",
"msg": "",
"data": [
{
"couponsName": "",
"couponsType": 0,
"couponsBatchId": "",
"originalAmount": 0.0,
"amount": 0.0,
"days": 0,
"presentAmount": 0.0
}
]
}