Looking to send a JSON object to a login post URL similar to the format shown in the screenshot from Postman. The user object must match this format exactly for a successful login; otherwise, the API response indicates that the user object is not found.
I have only been able to achieve a successful login using Postman. Searching for a solution for NativeScript (TypeScript).