{
    "success": true,
    "message": "success",
    "data":
    {
        "id": "068ecb7a-7198-4322-82b2-28c8e1c90f0a",
        "request_number": "REQ_000002",
        "is_later": 0,
        "user_id": 15,
        "trip_start_time": "5th Aug 09:54 PM",
        "arrived_at": null,
        "accepted_at": null,
        "completed_at": "5th Aug 11:49 PM",
        "is_driver_started": 0,
        "is_driver_arrived": 0,
        "is_trip_start": 0,
        "is_completed": 1,
        "is_cancelled": 0,
        "cancel_method": "0",
        "payment_opt": "1",
        "is_paid": 1,
        "user_rated": 0,
        "driver_rated": 0,
        "unit": "0",
        "zone_type_id": "b0a3a2ce-d248-4767-adea-ae2932731436",
        "vehicle_type_name": "Mini",
        "pick_lat": 11.0797,
        "pick_lng": 76.9997,
        "drop_lat": 11.41157598,
        "drop_lng": 76.77196096,
        "pick_address": "gandhi puram",
        "drop_address": "saravanm patti",
        "driverDetail":
        {
            "data":
            {
                "id": 6,
                "name": "dilipdk",
                "email": "driver1@gmail.com",
                "mobile": "8667259868",
                "profile_picture": "http://localhost/future/public/assets/images/default-profile-picture.png",
                "active": false,
                "approve": true,
                "available": true,
                "uploaded_document": false,
                "service_location_id": "48e861b5-8d4d-4281-807c-1cdd2a5fee3e",
                "vehicle_type_id": "9ea6f9a0-6fd2-4962-9d81-645e6301096f",
                "vehicle_type_name": "Mini",
                "car_make": null,
                "car_model": null,
                "car_make_name": null,
                "car_model_name": null,
                "car_color": null,
                "car_number": null
            }
        },
        "requestBill":
        {
            "data":
            {
                "id": 1,
                "base_price": 5,
                "base_distance": 5,
                "price_per_distance": 5,
                "distance_price": 398.44,
                "price_per_time": 5,
                "time_price": 575,
                "waiting_charge": 100,
                "cancellation_fee": 0,
                "service_tax": 322.03,
                "service_tax_percentage": 30,
                "promo_discount": 0,
                "admin_commision": 322.03,
                "driver_commision": 1073.44,
                "total_amount": 1717.51,
                "requested_currency_code": "INR",
                "admin_commision_with_tax": 644.07
            }
        }
    }
}
