curl --request POST \
--url https://api-v2.production.higg.org/msi-api/v1/search-limited-lcia \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-developer-request-token: <api-key>' \
--data '
{
"ids": [
"<string>"
],
"code": [
"<string>"
],
"name": "<string>",
"text": "<string>",
"draft": true,
"sample": true,
"type": "material",
"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",
"from": 123,
"size": 123
}
'