curl --request POST \
--url https://api.smartlyq.com/v1/articles/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"keywords": "<string>",
"tone": "<string>",
"length": "<string>",
"language": "<string>",
"format": "<string>",
"instructions": "<string>"
}
'