X-Jicoo-Api-Key: ********************curl --location --request GET '/v1/event_types/' \
--header 'X-Jicoo-Api-Key: <api-key>'{
    "data": {
        "uid": "string",
        "slug": "string",
        "name": "string",
        "description": "string",
        "coverImage": "string",
        "color": "string",
        "duration": 1,
        "status": "enable",
        "internalNote": "string",
        "locations": [
            {
                "locationId": "inPerson"
            }
        ],
        "questions": [
            {
                "uid": "string",
                "choices": [
                    {
                        "uid": "string",
                        "value": "string"
                    }
                ],
                "content": "string",
                "isRequired": true,
                "workflowType": "text",
                "hasOtherChoice": true
            }
        ],
        "services": [
            {
                "id": 0,
                "name": "string",
                "description": "string",
                "coverImage": "string",
                "isRequired": true,
                "isShowPrice": true,
                "price": {
                    "currency": "jpy",
                    "unitAmount": 0,
                    "taxInclusive": "exclusive",
                    "taxPercentage": 0
                },
                "sort": 0
            }
        ],
        "paymentMethods": [
            {
                "methodType": "none"
            }
        ],
        "availableUserType": "all",
        "hostAssignType": "none",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z"
    }
}