Can API serve different Data to different users through the same endpoint?
I am currently building a restaurant API using Django Rest framework. The idea was to have one single API serving different data, to different restaurants, using the same endpoints, since different restaurants will have different dishes, prices and media files, like images and videos, etc.