in Asana developer guide each request mentioned the keyword "curl" what does it mean ? If I want to send the same request to get all workspace in java/ javascript what will be request parameter.
curl --request PUT -u : https://app.asana.com/api/1.0/workspaces/1337 \ -d "name=Everyone%27s Favorite Workspace"
in java .