curl --request POST \
--url 'https://api.xshot.fun/twitter/tweet/unlike?api_key=' \
--header 'Content-Type: application/json' \
--data '
{
"tweet_id": "<string>"
}
'{
"success": true
}Remove a like from a tweet.
curl --request POST \
--url 'https://api.xshot.fun/twitter/tweet/unlike?api_key=' \
--header 'Content-Type: application/json' \
--data '
{
"tweet_id": "<string>"
}
'{
"success": true
}