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