curl --location --request POST 'https://openapi.wateen.ai/api/v1/MenuItem' \
--form 'Name=""' \
--form 'IsAutoCodeGeneration=""' \
--form 'Code=""' \
--form 'PosCode=""' \
--form 'Status=""' \
--form 'Price=""' \
--form 'RecipeCost=""' \
--form 'FoodCost=""' \
--form 'MaxFoodCost=""' \
--form 'Synchoronization=""' \
--form 'ShowLocationsColumn=""' \
--form 'CategoryId=""' \
--form 'PrepTime=""' \
--form 'CookTime=""' \
--form 'CookInstructions=""' \
--form 'AdditionalInfo=""' \
--form 'IsFixedPrice=""' \
--form 'FixedRecipeCost=""' \
--form 'FixedFoodCost=""' \
--form 'FixedNetPrice=""' \
--form 'FixedMaxCostPercentage=""'