diff --git a/endpoints/api/v1/endpoint.post.py b/endpoints/api/v1/endpoint.post.py index 20a4c5c..af4e126 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": { - "source": "demo_endpoint", - "timestamp": "2024" + "type": "test_response", + "timestamp": "demo" } } \ No newline at end of file