How to create a BFF using kong

Hello everyone,

I’m not sure if I’m doing it the right way, but I need to set up an entry point to run many other endpoints, some like (req add_user [kong] -> call endpoint_one, then call endpoint_two and so on)

I thought about doing that using the bff concept, am I right?

I already searched on google, but I can’t find the article I would like to follow step by step.

so far, thanks for any help.