curl --location --request POST 'https://api.veniocrm.com/dev/v1/Products/Enquiry' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <Your access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productType": 0,
"groupIds": [
0
],
"statuses": [
true
],
"pageLength": 0,
"skip": 0,
"orderBy": "string",
"keyword": "string"
}'