{
"content": "<string>",
"tag": "<string>",
"title": "<string>",
"source": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}{
"error": 123,
"message": "<string>"
}Insights
Create Insight
Creates a new insight in the store
POST
/
insights
{
"content": "<string>",
"tag": "<string>",
"title": "<string>",
"source": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}{
"error": 123,
"message": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Insight to add to the store
The body is of type any.