{ "run_per_day": "forever", "positions": [ 1 ], "interval": 5, "unit": "minutes", "specific_time": "00:00", "start_time": null, "end_time": null }
curl --location -g --request POST 'http://localhost/v2/schedule/rotation_add_job' \ --header 'Content-Type: application/json' \ --data-raw '{ "run_per_day": "forever", "positions": [ 1 ], "interval": 5, "unit": "minutes", "specific_time": "00:00", "start_time": null, "end_time": null }'
{ "status": true, "msg": "Schedule rotation added successfully!" }