I have a wordpress database. There are some tables in it.
I want to access the table contents of the table wp_fa_user_logins
using REST API to know when a user logged in. I know I can SSH into the database or connect to it using and SQL client, but that's not what I need.