curl --request POST \
--url https://api.usenaive.ai/v1/cron \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"schedule": "<string>",
"prompt": "<string>",
"skill": "<string>",
"skills": [
"<string>"
],
"name": "<string>",
"profileName": "ceo"
}
'