get https://api.nabla.com/v1/server/jwt//authenticate/
Use this endpoint to get JWT tokens to authenticate a user (patient or provider) with the Nabla API. These tokens only gives access to resources for the specified user. This endpoint should typically be called by your backend on behalf of an authenticated user, and the resulting JWT tokens should be forwarded to the user's frontend securely.