Quest namespace to list
application/json
curl -X GET "https://example.com/quests?namespace=string"[ { "namespace": "string", "key": "string", "title": "string", "description": "string", "metadata": { "ctaUrl": "http://example.com", "referralUnlock": true }, "rewards": [ { "type": "seeds", "amount": 0 } ], "state": { "claimed": true, "nextClaimAt": "string", "action": { "type": "string", "message": "string" }, "progress": { "type": "once_per_user", "current": 0, "target": 0, "unit": "string", "startDate": "string" } } }]