{
"cron": "string",
"cmd": "string",
"to_self": true,
"to_others": "string",
"memo": "string"
}
curl --location --request POST '/croncmds' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1' \
--header 'Content-Type: application/json' \
--data-raw '{
"cron": "string",
"cmd": "string",
"to_self": true,
"to_others": "string",
"memo": "string"
}'
{
"code": 200
}