POST
    /v1/spotMembers
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/spotMembers' \
 --header "Content-Type: application/json" \
 --data '{"email":"string","withEmailNotification":false}'
        Request examples
  
  {
  "email": "string",
  "withEmailNotification": false
}
        Response examples (201)
  
  {
  "id": "string",
  "spotId": "string",
  "userId": "string",
  "email": "string",
  "title": "string",
  "lang": "en",
  "role": "Member",
  "customRoleId": "string",
  "status": "Accepted",
  "firstname": "string",
  "lastname": "string",
  "warnings": 42.0,
  "embedBaseUrls": {
    "default": "string",
    "additionalProperty1": "string",
    "additionalProperty2": "string"
  },
  "updatedAt": 42,
  "lastActivityAt": 42
}