curl --request POST \
--url 'https://api.xshot.fun/twitter/tweet/create?api_key=' \
--header 'Content-Type: application/json' \
--data '
{
"text": "Hello world!",
"reply_to": "<string>"
}
'{}Create a new tweet or reply to an existing tweet.
curl --request POST \
--url 'https://api.xshot.fun/twitter/tweet/create?api_key=' \
--header 'Content-Type: application/json' \
--data '
{
"text": "Hello world!",
"reply_to": "<string>"
}
'{}