I have a Django REST backend, and it has a /users endpoint where I can add new users through POST method from frontend.
/users
POST
/users end
token auth is may what you need,i use token auth for DRF as backend and angular as frontend