X-Jicoo-Api-Key: ********************{
"sort": 0,
"priority": 0,
"dailyLimitMinutes": 1,
"weeklyLimitMinutes": 1,
"monthlyLimitMinutes": 1,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "string"
}
]
}
]
}curl --location --request POST '/v1/event_types//host_assign_rules' \
--header 'X-Jicoo-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": 0,
"priority": 0,
"dailyLimitMinutes": 1,
"weeklyLimitMinutes": 1,
"monthlyLimitMinutes": 1,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "string"
}
]
}
]
}'{
"data": {
"uid": "AAAAAA",
"sort": 30,
"priority": 3,
"dailyLimitMinutes": 200,
"weeklyLimitMinutes": null,
"monthlyLimitMinutes": null,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "xxx"
},
{
"entityType": "User",
"entityId": "yyy"
}
]
},
{
"entities": [
{
"entityType": "User",
"entityId": "xxx"
},
{
"entityType": "User",
"entityId": "zzz"
},
{
"entityType": "User",
"entityId": "78"
}
]
}
],
"createdAt": "2025-10-17T07:04:12.880Z",
"updatedAt": "2025-10-17T07:04:12.880Z"
},
"errors": {}
}