/api/v2/drafts/{draftId}PATCHapplication/jsonrequiredcurl -X PATCH "https://akarso.co/api/v2/drafts/<draftId>" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "content": "string", "mediaItems": [ { "type": "image", "url": "https://example.com", "thumbnail": "https://example.com" } ], "platforms": [ { "platform": "twitter", "accountId": "string", "content": "string", "platformSpecificData": {} } ] }'