curl --location --request PUT '/api/jobs/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"cron_expression": "string",
"status": "waiting",
"active": true,
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"last_run": "2019-08-24T14:15:22.123Z",
"next_run": "2019-08-24T14:15:22.123Z",
"created_by": "string"
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}