cURL
curl --request GET \ --url https://api.example.com/tasks
[ { "name": "<string>", "id": 123, "tag": "<string>" } ]
Return all tasks in an array
Set maximum number of results
Success