curl --location 'https://test.api.globkurier.pl/v1/order/pickupTimeRanges?productId=720&senderCountryId=1&senderPostCode=01-001&senderState=undefined&senderCity=Warszawa&senderStreet=Woronicza&senderHouseNumber=17&receiverCountryId=1&receiverPostCode=01-001&receiverState=undefined&receiverCity=Warszawa&date=2060-01-01&weight=10&quantity=1' \
--header 'Accept-Language: pl'[
{
"date": "2060-01-01",
"timeFrom": "09:00",
"timeTo": "12:00"
},
{
"date": "2060-01-01",
"timeFrom": "12:00",
"timeTo": "15:00"
}
]