{
    "name": "string",
    "formFields": [
        {
            "label": "string",
            "order": 0
        }
    ],
    "position": "string"
}curl --location --request POST 'https://api.cobra.de/v1/events/booking-settings/field-sets' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "string",
    "formFields": [
        {
            "label": "string",
            "order": 0
        }
    ],
    "position": "string"
}'{
    "data": {
        "id": "123456789012345678901234",
        "createdBy": "Username",
        "modifiedBy": "Username",
        "dateCreated": "2024-02-19T08:57:43.041Z",
        "dateModified": "2024-02-19T08:57:43.041Z",
        "createdByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
        "modifiedByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
        "name": "string",
        "formFields": [
            {
                "kind": "string",
                "label": "string",
                "order": 0
            }
        ],
        "position": "string"
    },
    "message": "string",
    "metaData": {
        "totalResults": 0,
        "responseTimeStamp": "2019-08-24T14:15:22Z"
    },
    "statusCode": 0
}