GET
    /trip/search
  
  curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/trip/search?phone=string&lat=42.0&lng=42.0'
        Response examples (200)
  
  {
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": [
    {
      "id": "string",
      "name": "string",
      "avatar": "string",
      "rating": 42.0,
      "distance": 42.0,
      "image": "string",
      "category": "string",
      "status": "ONLINE",
      "more": {
        "last_signed_in": "string",
        "number_of_rating": 42,
        "number_of_shops": 42,
        "total_service_trips": 42,
        "total_shared": 42
      },
      "business": {
        "name": "string",
        "description": "string",
        "address": "string",
        "logo": "string"
      },
      "specializations": [
        {
          "id": 42,
          "special": "string",
          "category": "string",
          "image": "string",
          "avatar": "string"
        }
      ],
      "distance_in_km": "string",
      "verification_status": "REQUESTED"
    }
  ]
}