cURL
curl --request POST \ --url https://api.scoot.app/api/v1/event/registration/field/save \ --header 'Content-Type: application/json' \ --data '[ { "id": 123, "name": "<string>", "description": "<string>", "required": true } ]'
[ { "id": 123, "name": "<string>", "description": "<string>", "required": true } ]
OK