cURL
curl --request GET \ --url https://api.scoot.app/api/v1/event/registration/field \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "name": "<string>", "description": "<string>", "required": true } ]
OK