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