GET
/v1/context
curl \
--request GET 'https://api.brease.run/v1/context'
Response examples (200)
{
"contextIds": [
"string"
]
}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
{
"@type": "string"
}
]
}