curl --location --request POST 'https://naapsak.berkeugur.com/api/menu-items' \
--form 'file=@""'
{
"id": "6503f1234567890abcdef123",
"title": "Adana Kebap",
"description": "Baharatlı dana kıyması ile hazırlanmış geleneksel kebap",
"price": 45.5,
"image": "https://example.com/adana-kebap.jpg",
"isFeatured": true,
"businessId": "6503f1234567890abcdef456",
"isActive": true,
"sortOrder": 1,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}