curl --location --request POST 'https://sandbox.trynavigate.co/api/v1/supplies?search&pageNumber&pageSize' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "Success ",
"payload": {
"items": [
{
"sku": "1887397557",
"productTitle": "Packaging Material",
"description": "string",
"productType": "SUPPLY",
"dimensionsUnit": "METRIC",
"length": 1.3,
"width": 1.9,
"height": 1.4,
"weight": 3.5,
"active": true,
"imageUrl": null,
"otherImages": null,
"createdDate": "2025-07-25",
"lastUpdatedDate": "2025-07-25"
}
]
}
}