cURL
curl --request PUT \ --url https://api.reqlick.com/links/{id}/status \ --header 'Authorization: Bearer <token>'
{ "status": true, "error": false }
Update a link status for the authenticated workspace by its ID.