List Freight Options

Responses
Request Example for get/freight
curl https://demo.spysystem.dk/api/v1/freight \
  --header 'X-Spy-Authorization: YOUR_SECRET_TOKEN'
{
  "status": 1,
  "message": "string",
  "data": {
    "count": 1,
    "freightOptions": [
      {
        "freightType": "string"
      }
    ]
  }
}