curl --location 'https://api.aworld.cloud/dashboard/v1/learning-path-rules/preview' \
--header 'Content-Type: application/json' \
--data '{
"usersMatchCondition": {
"==": [
1,
1
]
},
"learningPathsPool": [
"string"
],
"learningPathsMatchCondition": {
"==": [
1,
1
]
}
}'{
"totalMatchedUsers": 0,
"sampleMatchedUserIds": [
"string"
],
"totalMatchedPaths": 0,
"sampleMatchedLearningPathIds": [
"string"
],
"estimatedAssignments": 0,
"truncated": true
}