Hi, I have problem with HTTP Requests. I’m trying to make simple post, tryied manually and using “curl”.
I’m getting an error
here is sample curl that I used - it works fine with postman
curl --location 'https://www.wakacje.pl/v2/api/offerConfiguratorV2/offerVariants' \
--header 'Content-Type: application/json' \
--data '{
"offerId": 948499,
"departureDate": [
"2025-10-01:2025-10-31"
],
"duration": [
"6-8"
],
"adults": 2,
"kidsAges": [],
"service": [
4
],
"transportType": [
1
],
"departurePlace": [
278
],
"limit": 1000,
"orderBy": "departureDate"
}'
I have no idea what is wrong