Endpoint: /auth/v1/login
→ Receive JWT token
Endpoint: /api/v1/booking/cityList
→ Get lat/lng for DEL airport terminals
Endpoint: /api/v1/booking/fareSearch
→ Get list of partners, cab types, and searchId
Endpoint: /api/v1/booking/prebook
→ Use searchId and user details to reserve cab
→ Receive bookingId
→ Ixigo collects payment
→ You get paymentRefId
Endpoint: /api/v1/booking/paymentConfirmation
→ Send bookingId, amount, and paymentRefId
→ Confirms cab booking