curl -X POST \ <BASE_URL>/tweet \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "text": "Your text here", "tone": "Friendly", "brand_description": "Your brand description", "guidelines": "Some guidelines", "expand": true }'
{ "tweet": "Your generated tweet" }