Scheduling API: This involves a single endpoint, which accepts Date-Time and a URL as a parameter.
When the API is called, a task will be scheduled. A GET request (no parameters needed) should be sent on the URL specified (second parameter), when the current Date-Time matches the one specified in the Date-Time parameter (first parameter). The GETrequest on the URL parameter will only return a status code, and no response body, when we will judge the task.
please explain how to solve such question?