curl --location 'https://api-test.spotgo.eu/api/v1/freights/offers?freightId=&dateFrom=&dateTo=&continuationToken='{
"offers": [
{
"offerId": "42da58f8-9040-4cf5-98ce-bce9965cca0d",
"freightId": "10241f9c-d1f4-4f41-b6ee-eca15289b834",
"status": "Active",
"offerOwner": {
"userId": "string",
"name": "string",
"email": "string"
},
"createdAt": "string",
"companyName": "string",
"contact": "string",
"carrierPrice": 0,
"customerPrice": 0,
"currency": "string",
"comments": "string"
}
],
"continuationToken": "string"
}