From baede1e228c5d023a4097724fcd34373bc4a71f8 Mon Sep 17 00:00:00 2001 From: lukman Date: Mon, 22 Jul 2024 16:42:53 +0800 Subject: [PATCH] test api --- api.http | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api.http diff --git a/api.http b/api.http new file mode 100644 index 0000000..a3ab361 --- /dev/null +++ b/api.http @@ -0,0 +1,8 @@ +### +POST http://localhost:3000/api/auth/login/ HTTP/1.1 +Content-Type: application/json +{ + "id": "devLukman", + "phone": "6287701790942", + "email": "lukman@bip.com" +} \ No newline at end of file