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