Skip to content

Instantly share code, notes, and snippets.

@gangstaJS
Last active March 2, 2020 10:52
Show Gist options
  • Save gangstaJS/c69788e200a71054178d892e8d31e34b to your computer and use it in GitHub Desktop.
Save gangstaJS/c69788e200a71054178d892e8d31e34b to your computer and use it in GitHub Desktop.

Create subscriotion

POST /subs/{id}/orgs

Body

{
  "id": 10,
  "name: "hello"
}

Response:

{
  "status": "ok",
  "result": "..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment