curl --location --request PATCH 'https://naapsak.berkeugur.com/api/events/business//sort-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventIds": [
"6503f1234567890abcdef123",
"6503f1234567890abcdef456"
]
}'
{
"message": "Etkinlik sıralaması güncellendi",
"updatedCount": 5
}