Was this helpful?
Password login for email and phone number.
/auth/login-with-password
email or phone number
curl -L \ --request POST \ --url 'https://api.bringyour.com/auth/login-with-password' \ --header 'Content-Type: application/json'
{ "verification_required": { "user_auth": "text" }, "network": { "by_jwt": "text", "name": "text" }, "error": { "message": "text" } }