multiple person id in payload not working for search api



https://api.icims.com/customers/{{customerID}}/search/applicantworkflows?staleness=0

{
"filters": [
{
"name": "applicantworkflow.person.id",
"value": [
"147", "23"
],
"operator": "="
}
],
"operator": "&"
}

Basically i want to retrieve applicantworkflows for specific persons:

Im using the payload for multiple applicantworkflow.person.id in the value field(ref above payload), which is returning me all the results, irrespective of person.id.
Please help me with correct payload regarding this.

Note: i even tried without the '&' operator, and other combinations which was unfruitful