Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The search query used to search for context data
Example:
"search query for user preferences"
Maximum similarity threshold (must be >= minimum_similarity_threshold)
Required range: 
0 <= x <= 1Example:
0.8
Minimum similarity threshold
Required range: 
0 <= x <= 1Example:
0.5
The ID of the user making the request
Example:
"user123"
Search scope
Available options: 
internal, external Additional metadata for the search
Response
Context search request successfully processed

