curl --request POST \
--url https://api.example.com/api/work_pools/count \
--header 'Content-Type: application/json' \
--data '
{
"work_pools": {
"operator": "and_",
"id": {
"any_": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"name": {
"any_": [
"<string>"
]
},
"type": {
"any_": [
"<string>"
]
}
}
}
'