What is the best way to deal with rest api services (post,get, put, and delete) in Android Studio. I have an api to check user name and password wokring very well in Postman, as:
http://68.183.162.00:8082/api/v1/cattg/login/
which accepts and provides JSON array.