FavoriteTweet
POST
https://api.apidance.pro/graphql/FavoriteTweet
Request Request Example
Shell
JavaScript
Java
Swift
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"
}
}'
Response Response Example
{}
Request
Header Params
apikey
string
optional
Default:
your-apikey
Body Params application/json
Responses
Modified at 2024-11-03 16:44:50