curl -X POST \ <BASE_URL>/meme \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "text": "hello word", "font": "Arial, sans-serif" }'
{ "meme_post": "https://ai.contentify.app/some-image.jpg", }