Query
GET
/query
Headers:
Authorization: Bearer <token>
Body:
{
"channel_id" : "<channel_id>" ,
"attributes" : {
//Attributes is any JSON
}
}
Response:
{
"message_ids" : [
//Messages IDs of All Matches
]
}