curl --location --request POST 'https://openapi.wateen.ai/api/v1/PurchaseOption' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplierId": "e01eb4c4-8eb9-4fb7-b625-61f58c6148db",
"supplierItem": "string",
"itemCode": "string",
"price": 0,
"currency": 0,
"taxRate": 0,
"enablePurchase": true,
"itemAllocationIds": [
"string"
],
"unitOfMeasureId": 0,
"unitOfMeasureQty": 0,
"productId": "string",
"isActive": true,
"prefered": true
}'