curl --request POST \
--url https://api.example.com/api/Placements/Search/{freqId} \
--header 'Content-Type: application/json' \
--data '
{
"jobTitle": "<string>",
"status": [
123
],
"approved": "<string>",
"owner": [
"<string>"
],
"type": [
123
],
"division": [
123
],
"taggedTimeRange": "<string>",
"includeTags": [
{
"tag": "<string>",
"typeId": 123,
"source": "<string>"
}
],
"excludeTags": [
{
"tag": "<string>",
"typeId": 123,
"source": "<string>"
}
],
"includeTagsMatchAll": true,
"createdDateFrom": "2023-11-07T05:31:56Z",
"createdDateTo": "2023-11-07T05:31:56Z",
"updatedDateFrom": "2023-11-07T05:31:56Z",
"updatedDateTo": "2023-11-07T05:31:56Z",
"placementDateFrom": "2023-11-07T05:31:56Z",
"placementDateTo": "2023-11-07T05:31:56Z",
"startDateFrom": "2023-11-07T05:31:56Z",
"startDateTo": "2023-11-07T05:31:56Z",
"endDateFrom": "2023-11-07T05:31:56Z",
"endDateTo": "2023-11-07T05:31:56Z",
"sources": [
"<string>"
]
}
'