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