curl --request POST \
--url https://api-v2.production.higg.org/pic-api/v1/higg-index/pm/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-developer-request-token: <api-key>' \
--data '
{
"ids": [
"<string>"
],
"accountId": "<string>",
"certifications": [
"<string>"
],
"claimsStatus": "<string>",
"claimsLevel": 123,
"claimsExpires": "<string>",
"higgId": 123,
"name": "<string>",
"productStyleNumber": "<string>",
"productType": "Apparel",
"productCategory": {},
"createdAfter": "2023-11-07T05:31:56Z",
"createdBefore": "2023-11-07T05:31:56Z",
"lastEditedAfter": "2023-11-07T05:31:56Z",
"lastEditedBefore": "2023-11-07T05:31:56Z",
"platformModifiedBy": "User",
"platformCreatedBy": "User",
"productLastEditedBefore": "2023-11-07T05:31:56Z",
"productLastEditedAfter": "2023-11-07T05:31:56Z",
"submittedBefore": "2023-11-07T05:31:56Z",
"submittedAfter": "2023-11-07T05:31:56Z",
"barcodes": [
"<string>"
],
"claimType": "Materials",
"from": 123,
"size": 123
}
'