目标:一种RESTful应用程序,可支持用户创建新端点,向其发布数据并进行访问。 For the project sake, we have configured 5 minutes as Expiry for each newly created endpoint. Background job by ApScheduler takes care of cleaning up the DB, and deactivating Endpoints. Endpoints: LIST(GET): /webhook-testing/v1/endpoints DETAIL(GET): /webhook-testing/v1/endpoints/{uniqueid} CREATE(GET): /webhook-testing/v1/endpoints/create