Upvote a project or an issue by ID. No authorization is required.
curl --request POST \ --url https://productlane.com/api/v1/portal/upvotes \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "issueId": "<string>", "projectId": "<string>" }'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isDeleted": true, "version": 123, "contactId": "<string>", "issueId": "<string>", "projectId": "<string>" }