{
"minute": "string",
"hour": "string",
"day_of_week": "string",
"day_of_month": "string",
"month_of_year": "string"
}
curl --location --request POST '/admin/celery/crontabschedule/' \
--header 'Content-Type: application/json' \
--data-raw '{
"minute": "string",
"hour": "string",
"day_of_week": "string",
"day_of_month": "string",
"month_of_year": "string"
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"minute": "string",
"hour": "string",
"day_of_week": "string",
"day_of_month": "string",
"month_of_year": "string"
}