cURL
curl --request POST \ --url https://alphainsider.com/api/unlike \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "timeline_id": "<string>" } '
{ "success": true, "response": "Timeline unliked." }
Unlike timeline event.
User API token.
Timeline ID.
Request was successful.