curl --location 'https://gatta-sa.store/orders' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"pickUpDateFrom": "2025-04-11T14:00:00Z",
"pickUpDateTo": "2025-04-11T16:00:00Z",
"deliveryDateFrom": "2025-04-12T14:00:00Z",
"deliveryDateTo": "2025-04-12T16:00:00Z",
"priceOfPackage": 30,
"itemsType": "clothes"
}'{
"status": "success",
"message": "Order created successfully"
}