cURL
curl --request POST \ --url https://platform.thena.ai/v1/reactions/{commentId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "heart", "impersonatedUserEmail": "<string>", "impersonatedUserName": "<string>", "impersonatedUserAvatar": "<string>", "metadata": {} }'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": true }
Enter your API key
Operation successful
The response is of type object.
object