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