Hi, I am trying to send the following cURL using network.request but I always get error, can you pls send me how to send this request using network.request.
same command is working from MAC terminal
curl -X GET \
-H “X-Parse-Application-Id: b6rnGc4XpuC8NCMP8hKbz4oDG3QuZZz06w1FeDXi” \
-H “X-Parse-REST-API-Key: UDGuerOe0TntbXB0J18U5HxQrtUucT1npluvfJmw” \
-H “X-Parse-Revocable-Session: 1” \
-G --data-urlencode ‘username=ashraf’ \
–data-urlencode ‘password=aa’ \
https://parseapi.back4app.com/login
Thank you