Authorization: Bearer ********************{
"entity_type": "GAME",
"entity_id": "string",
"action_type": "VIEWED",
"action_value": "string",
"resident_id": "string"
}curl --location --request PATCH 'http://localhost:4002/rest/v1/activity-logs/' \
--header 'X-Nexus-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity_type": "GAME",
"entity_id": "string",
"action_type": "VIEWED",
"action_value": "string",
"resident_id": "string"
}'{
"id": "string",
"entity_type": "GAME",
"entity_id": "string",
"action_type": "VIEWED",
"action_value": "string",
"resident_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}