Authorization: Bearer ********************{
"context": {
"property1": "string",
"property2": "string"
},
"exclude_items": [
"string"
]
}curl --location --request GET '/api/v1/recommendations/personalized?limit=undefined&include_history=undefined&include_preferences=undefined&include_social=undefined' \
--header 'Content-Type: application/json' \
--data '{
"context": {
"property1": "string",
"property2": "string"
},
"exclude_items": [
"string"
]
}'{
"code": 0,
"message": "success",
"data": {
"items": [
{
"id": "string",
"type": "string",
"title": "string",
"description": "string",
"score": 0,
"reasons": [
"string"
],
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"total": 0,
"strategy": "default",
"processing_time": 0
}
}