cURL
curl --request GET \ --url http://localhost:3001/api/public/problems \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "title": "<string>" } ]
Get all problems available to the authenticated organization
Successfully retrieved problems
List of problems
Unique identifier for the problem
Display name/title of the problem