I have created a react library for UI components and now I want to create a react library for API calls, i have backend system which is used by multiple application and the APIS and data structures is same across multiple app, so I planning to move that reusable logic in a library. How can I do it? how can I make it configurable so that different applications can pass parameters?