curl -X GET \
-H "X-Parse-Application-Id: *********" \
-H "X-Parse-Master-Key:**********" \
-G \
--data-urlencode "where={\"IdUsuario\":\"1\"}" \
https://parseapi.back4app.com/classes/Usuarios
↧
how to replicate cURL in httpclient?
↧