jcesar Active Member Licensed User Longtime User Mar 9, 2025 #1 Hi How can i send a post request with the json body below: { "email": "myemail@gmail.com", "password": "123" } I don´t find the lib documentation.
Hi How can i send a post request with the json body below: { "email": "myemail@gmail.com", "password": "123" } I don´t find the lib documentation.
aeric Expert Licensed User Longtime User Mar 9, 2025 #2 After you have checked the jOkHttpUtils2 library, just start typing code... Select Post_Json and press Enter. You get the code snippet and you can edit from here. Upvote 1
After you have checked the jOkHttpUtils2 library, just start typing code... Select Post_Json and press Enter. You get the code snippet and you can edit from here.