curl --location --request POST '/ssapi/engagement' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": {
"id": "100"
},
"session": {
"custom": "custom_session_100"
},
"context": {
"page": {
"type": "PRODUCT",
"data": [
"sku_1"
],
"location": "https://test.ru/product/sku_1"
},
"device": {
"userAgent": "Mozilla/5.0 ...",
"ip": "8.8.8.8"
}
},
"engagements": [
{
"type": "WRIMP",
"decisionId": "65f2a818f56efdf37c00228b:65f2a818f56efdf37c002294:65f2a818f56efdf37c00228e:65f2a818f56efdf37c002292"
}
]
}'