diff --git a/endpoints/api/v1/endpoint.post.py b/endpoints/api/v1/endpoint.post.py index af4e126..20a4c5c 100644 --- a/endpoints/api/v1/endpoint.post.py +++ b/endpoints/api/v1/endpoint.post.py @@ -10,7 +10,7 @@ async def skibidi_endpoint(): "message": "Success", "data": "skibidi yooo", "metadata": { - "type": "test_response", - "timestamp": "demo" + "source": "demo_endpoint", + "timestamp": "2024" } } \ No newline at end of file