{
"variables": {
"tweet_id": "123"
}
}
curl --location --request POST 'https://api.apidance.pro/graphql/FavoriteTweet' \
--header 'apikey: your-apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"tweet_id": "123"
}
}'
{}