I have just started working with react native and the backend of my app is handled by another company. I have a very simple login/ register feature where for register the user needs to enter the following fields (Name, Email, Password) . To login its just email and password. I am expecting a Json Token and the information like name in return.
I need to ask the backend company for this service but have never documented something like this. I Was wondering if anyone could direct me to some documentation of this flow that i could send to them