POST
    /v1/spotMemberCustomRole
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/spotMemberCustomRole' \
 --header "Content-Type: application/json" \
 --data '{"label":"string","description":"string","permissions":["live.*"]}'
        Request examples
  
  {
  "label": "string",
  "description": "string",
  "permissions": [
    "live.*"
  ]
}
        Response examples (201)
  
  {
  "id": "string",
  "label": "string",
  "description": "string",
  "permissions": [
    "live.*"
  ]
}