Refer to implementation in osdc/crontab.training for the generator function. GET `/v1/generate` --- Response: ``` { "expression": "* 5 * * *", "readableExpression": "Every 5th hour" } ``` Also write unit test cases for the same, can use jest.