Context
Create a new context
Creates a new context in the specified organization.
post/context
Request body
Example request
{
"owner": {
"type": "organization"
}
}Response
The new context
Example response
{
"created_at": "2015-09-21T17:29:21.042Z"
}