How to integrate redux thunk middleware on strapi admin

I am trying to add data to strapi’s reducer via an external API. I see that the docs allow adding reducers to strapi’s application.

Although, I’m unable to find any docs allowing us to add redux-thunk middleware to strapi. This is causing errors when triggering async-thunk from redux/toolkit.

CreateAsyncThunk Error: Actions must be plain objects. Use custom middleware for async actions

Is it possible to integrate redux-thunk within strapi. Is there another way to add data to store asynchronously?