curl --location --request POST '/api/events/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "فنجان قوة",
"description": "فعالية ضمن الشركة",
"date": "2025-10-10T15:00:00.000+00:00",
"location": "درعا",
"price": 20,
"seats": 2,
"type": "regular"
}'
{
"status": "success",
"data": {
"name": "فنجان قوة",
"description": "فعالية ضمن الشركة",
"date": "2025-10-10T15:00:00.000Z",
"location": "درعا",
"type": "regular",
"seats": 10,
"_id": "688695fac4f68a7b9f8a186f",
"__v": 0
}
}