Axios interceptor with automatic x402 payment handling
withPaymentInterceptor(axiosClient, walletClient)
axiosClient
: The Axios instance to add payment handling towalletClient
: The wallet client used to sign payment messages (must implement the x402 wallet interface)