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