curl --location --request DELETE 'http://localhost:4002/rest/v1/liked-games/' \
--header 'X-Nexus-Key: '{
"id": "lk_abc123",
"resident_id": "string",
"game_id": "string",
"game_title": "string",
"game_slug": "string",
"game_cover": "string",
"is_public": true,
"added_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}