Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location '/api/v1/recommendations/interaction?target_type=undefined&target_id=undefined&interaction_type=undefined&weight=undefined&duration=undefined' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "success",
"data": null
}