{"info":{"_postman_id":"fec93f77-7904-4ff4-a79b-49f04229b66e","name":"SportsNow-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33434480","collectionId":"fec93f77-7904-4ff4-a79b-49f04229b66e","publishedId":"2sAXxV7W1M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-17T15:36:17.000Z"},"item":[{"name":"AccountService","item":[{"name":"BaseService","item":[{"name":"SignInRequest","id":"a1f7bcba-691e-4b56-86d6-123b38a212ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/request","urlObject":{"protocol":"http","port":"3000","path":["api","v1","sign-in","request"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6b2ba91-95cf-4dd6-b2f5-76897ac85ac1","name":"SignInRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 18 Oct 2024 20:11:55 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"email\": \"vincentlimarus27@gmail.com\",\n    \"otp\": \"765757\"\n}"}],"_postman_id":"a1f7bcba-691e-4b56-86d6-123b38a212ae"},{"name":"SignInVerify","id":"febc3925-0e92-41d5-818c-0455bc91a694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\",\r\n    \"otp\": \"728242\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/verify","urlObject":{"protocol":"http","port":"3000","path":["api","v1","sign-in","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bd588819-cef5-497a-9841-978222d52fec","name":"SignInVerify","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\",\r\n    \"otp\": \"074951\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Set-Cookie","value":"Authorization=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjkwOTMxNDQsInN1YiI6ImIxYTM0NTllLTY4YWUtNGUyNy05ODVlLTUwZTg5NTVkY2MxMCJ9.AIUrf0ZnAo_07zQbPOs1n_8YjGYYz3eTzf9Xz52b3To; Path=/; Max-Age=2592000; HttpOnly; SameSite=Lax"},{"key":"Date","value":"Wed, 16 Oct 2024 10:39:04 GMT"},{"key":"Content-Length","value":"165"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"OTP is valid for user fe8d82e0-0e95-456f-92fb-46d87d9f57fa\",\n        \"email\": \"vincentlimarus27@gmail.com\",\n        \"is_valid\": true\n    }\n}"},{"id":"f89204d0-bf59-4005-849c-9496d333131a","name":"Failure Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\",\r\n    \"otp\": \"tes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Not Found: OTP not found or inactive for user 8456e5cd-54ad-48b7-a724-7ef258924fcc\"\n}"}],"_postman_id":"febc3925-0e92-41d5-818c-0455bc91a694"}],"id":"eede7f30-4b54-4d6f-a83b-cc2c31790eeb","_postman_id":"eede7f30-4b54-4d6f-a83b-cc2c31790eeb","description":""},{"name":"AuthService","item":[{"name":"AccountDetail","id":"d9a86a62-b576-4b86-a120-bfee5c5e4a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f57fa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/account","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","account"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cdd3dab5-5108-48ae-a77c-6f231e98a58c","name":"AccountDetail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b1a3459e-68ae-4e27-985e-50e8955dcc10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Oct 2024 10:58:59 GMT"},{"key":"Content-Length","value":"476"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success: Account found\",\n    \"data\": {\n        \"id\": \"3fbf2f51-7976-4c1e-94f2-ca51ecea5689\",\n        \"name\": \"Vincent Oliver Limarus\",\n        \"email\": \"vincentlimarus27@gmail.com\",\n        \"profile_picture\": \"testAPI\",\n        \"phone_number\": \"0895401360072\",\n        \"is_active\": true,\n        \"created_by\": \"system\",\n        \"updated_by\": \"system\",\n        \"created_at\": \"2024-10-18T00:07:57.379239+07:00\",\n        \"updated_at\": \"2024-10-18T00:31:04.654304+07:00\",\n        \"otps\": null\n    }\n}"}],"_postman_id":"d9a86a62-b576-4b86-a120-bfee5c5e4a7e"},{"name":"SignInCheck","id":"33ba40c4-1106-49c8-bd47-96d1ad89b82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/sign-in/check","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","sign-in","check"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f4aca36-e016-449f-aac4-2164b76e4e93","name":"SignInCheck","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Oct 2024 10:39:57 GMT"},{"key":"Content-Length","value":"106"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Redirecting to detail page\",\n    \"redirect_url\": \"api/v1/account/detail\"\n}"},{"id":"fca5c9fa-1a33-42c3-aed5-3002bc2ed0f9","name":"Failure Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/check"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": 400,\n        \"message\": \"Bad Request: User not found\"\n    },\n    {\n        \"code\": 404,\n        \"message\": \"Redirecting to sign up page\",\n        \"redirect_url\": \"api/v1/sign-up/submit\"\n    }\n]"}],"_postman_id":"33ba40c4-1106-49c8-bd47-96d1ad89b82d"},{"name":"SignUpSubmit","id":"0dd7c9a3-cdac-4afb-9e13-1b57bc063a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Vincent Oliver Limarus\",\r\n    \"email\": \"vincentlimarus27@gmail.com\", \r\n    \"phone_number\": \"0895401260072\",\r\n    \"profile_picture\": \"testAPI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/sign-up/submit","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","sign-up","submit"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8779ea1-bbeb-4ba8-b244-3d892b4fd302","name":"SignInSubmit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sennn\",\r\n    \"email\": \"vincentlimarus27@gmail.com\", \r\n    \"phone_number\": \"0895401360072\",\r\n    \"profile_picture\": \"testAPI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-in/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Oct 2024 10:48:14 GMT"},{"key":"Content-Length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success: User Profile Updated\"\n}"},{"id":"ca8fa039-5a63-4770-aa77-bff28d5aaff5","name":"Failure Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Vincent Oliver Limarus\",\r\n    \"email\": \"tes@gmail.com\", \r\n    \"phone_number\": \"0895401360072\",\r\n    \"profile_picture\": \"testAPI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sign-up/submit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"Internal Server Error: record not found\"\n}"}],"_postman_id":"0dd7c9a3-cdac-4afb-9e13-1b57bc063a65"},{"name":"Banner","id":"fca123d8-99c7-4392-b522-e5fbda5481cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/banner","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","banner"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a1c7dd52-9cf1-42ee-b199-604267f7c7bc","name":"Banner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/banner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 18 Oct 2024 18:32:09 GMT"},{"key":"Content-Length","value":"414"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success: User Banner found\",\n    \"data\": [\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5710\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        },\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5711\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        },\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5712\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        }\n    ]\n}"}],"_postman_id":"fca123d8-99c7-4392-b522-e5fbda5481cb"},{"name":"AccountUpdate","id":"1331cbfd-284d-4631-ab61-894a5a81da39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f57fa\",\r\n    \"name\": \"Vincent Oliver Lim\",\r\n    \"phone_number\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/account/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","account","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a1dae42-8890-41ba-a924-9e557fc60fcf","name":"AccountUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f57fa\",\r\n    \"name\": \"Vincent Oliver Lim\",\r\n    \"phone_number\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:25:52 GMT"},{"key":"Content-Length","value":"49"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success: Account Updated\"\n}"}],"_postman_id":"1331cbfd-284d-4631-ab61-894a5a81da39"},{"name":"AccountProfilePictureUpdate","id":"d16eee7a-447a-4f1e-a5a1-53e12e24d51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f57fa\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/account/profile-picture/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","account","profile-picture","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9d236f6c-fbba-41ce-b22e-0830532792fd","name":"AccountProfilePictureUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f57fa\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/account/profile-picture/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:29:51 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success: Account Image Updated\"\n}"}],"_postman_id":"d16eee7a-447a-4f1e-a5a1-53e12e24d51e"}],"id":"95b6a0a2-d829-482a-8949-bf7bfd7f11dd","_postman_id":"95b6a0a2-d829-482a-8949-bf7bfd7f11dd","description":""}],"id":"9b3b684a-8f38-449c-9b85-10e7dbfad1f3","_postman_id":"9b3b684a-8f38-449c-9b85-10e7dbfad1f3","description":""},{"name":"BusinessAccountService","item":[{"name":"BaseService","item":[{"name":"SignInRequest","id":"2b9a1c62-d2df-4da0-9500-e193609eb339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/request","urlObject":{"protocol":"http","port":"3000","path":["api","v1","business","sign-in","request"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"747249c3-2eee-4021-a144-89991baf47b4","name":"SignInRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 17:19:59 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"email\": \"vincent.limarus@binus.ac.id\",\n    \"otp\": \"516828\"\n}"}],"_postman_id":"2b9a1c62-d2df-4da0-9500-e193609eb339"},{"name":"SignInVerify","id":"cf2d5752-49ab-4dde-99fe-dd96ab04e090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\",\r\n    \"otp\": \"200520\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/verify","urlObject":{"protocol":"http","port":"3000","path":["api","v1","business","sign-in","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d73217c4-c453-4363-9973-aff9dd324526","name":"Failure Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\",\r\n    \"otp\": \"087701\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": 400,\n        \"message\": \"Bad Request: OTP has expired for user dc2d2465-885b-43e5-8a51-20b77cfdb6c3\"\n    },\n    {\n        \"code\": 404,\n        \"message\": \"Page not found\"\n    }\n]"},{"id":"f6fdb443-d18b-4491-8e41-554c2f705b17","name":"SignInVerify","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\",\r\n    \"otp\": \"758432\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"OTP is valid for user c16e7c01-ffa0-4803-9db6-498c7f8d9648\",\n        \"email\": \"vincent.limarus@binus.ac.id\",\n        \"is_valid\": true\n    }\n}"}],"_postman_id":"cf2d5752-49ab-4dde-99fe-dd96ab04e090"}],"id":"39e2f6d9-9ca6-4d47-9763-8c2a04a36cab","_postman_id":"39e2f6d9-9ca6-4d47-9763-8c2a04a36cab","description":""},{"name":"AuthService","item":[{"name":"SignUpSubmit","id":"390ce42a-cd89-4266-8f79-ad24b3ea67d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sports Now\",\r\n    \"email\": \"adzinzhalifunnas@gmail.com\",    \r\n    \"address\": \"Jl Kemanggisan Raya\",\r\n    \"phone_number\": \"08115412321\",\r\n    \"profile_picture\": \"testAPI\",\r\n    \"description\": \"testingAPI\",\r\n    \"open_hour\": \"09:30\",\r\n    \"close_hour\": \"21:00\",\r\n    \"longitude\": 1231.23,\r\n    \"latitude\": 242421.1,\r\n    \"is_open\": false,\r\n    \"is_active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/sign-up/submit","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","sign-up","submit"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fd81969a-4d3f-4c03-9b14-54f71adfb982","name":"SignUpSubmit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\",    \r\n    \"name\": \"Adzin\",\r\n    \"phone_number\": \"09512412421\",\r\n    \"description\": \"testingAPI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/sign-up/submit"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile\"\n}"}],"_postman_id":"390ce42a-cd89-4266-8f79-ad24b3ea67d1"},{"name":"BusinessAccountDetail","id":"cf6e2008-374b-4228-a84c-6733eb0bc211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/detail","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e5a84b6-6b6d-444c-997c-f017bb811841","name":"AccountDetail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/detail"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": 200,\r\n    \"message\": \"Success get business detail\",\r\n    \"data\": {\r\n        \"id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c3\",\r\n        \"email\": \"adzinzhalifunnas@gmail.com\",\r\n        \"name\": \"Adzin\",\r\n        \"phone\": \"09512412421\",\r\n        \"description\": \"testingAPI\",\r\n        \"created_at\": \"2024-10-18 00:19:55.922105 +0700 +07\",\r\n        \"updated_at\": \"2024-10-18 00:33:18.478611 +0700 +07\"\r\n    }\r\n}"}],"_postman_id":"cf6e2008-374b-4228-a84c-6733eb0bc211"},{"name":"SignInCheck","id":"489a9da1-7d5c-429e-b17d-19070e4ab3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"adzinzhalifunnas@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/sign-in/check","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","sign-in","check"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a0c592dd-92b9-432f-ae1e-0b2c108dd050","name":"Failure Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emai\": \"adzinzhalifunnas@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/business/sign-in/check"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Redirecting to sign up page\",\n    \"redirect_url\": \"api/v1/business/sign-up/submit\"\n}"}],"_postman_id":"489a9da1-7d5c-429e-b17d-19070e4ab3c4"},{"name":"BusinessAccountUpdate","id":"230ba0fa-19f1-4194-9f4d-9425259a3611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"name\": \"Sports Now Official\", \r\n    \"address\": \"Jl Kemanggisan Raya\", \r\n    \"phone_number\": \"08210294229\",\r\n    \"description\": \"Giving the best experience of playing Billiards\",\r\n    \"open_hour\": \"08:00\",\r\n    \"close_hour\": \"21:00\",\r\n    \"longitude\": -6.201788,\r\n    \"latitude\": 106.782253\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"03028eb2-891f-4558-8344-cdc6237ac21e","name":"BusinessAccountUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"name\": \"Sports Now Official\", \r\n    \"address\": \"Jl Kemanggisan Raya\", \r\n    \"phone_number\": \"08210294229\",\r\n    \"description\": \"Giving the best experience of playing Billiards\",\r\n    \"open_hour\": \"08:00\",\r\n    \"close_hour\": \"21:00\",\r\n    \"longitude\": -6.201788,\r\n    \"latitude\": 106.782253\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:47:47 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile\"\n}"}],"_postman_id":"230ba0fa-19f1-4194-9f4d-9425259a3611"},{"name":"BusinessAccountProfilePictureUpdate","id":"36423f12-a589-4a35-992a-d15ff1c30f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/profile-picture/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","profile-picture","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0cb6746f-c8d5-4824-bafc-08ae90dadde1","name":"BusinessAccountProfilePictureUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/profile-picture/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:49:55 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile\"\n}"}],"_postman_id":"36423f12-a589-4a35-992a-d15ff1c30f91"}],"id":"cc4831dc-175c-4177-9a72-bebcb4dce34b","_postman_id":"cc4831dc-175c-4177-9a72-bebcb4dce34b","description":""}],"id":"2bcccaed-947a-4db3-85d0-13b9f952fab8","_postman_id":"2bcccaed-947a-4db3-85d0-13b9f952fab8","description":""},{"name":"CoachService","item":[{"name":"BaseService","item":[{"name":"SignInRequest","id":"08781117-4598-440d-996c-ae41adaa5e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/coach/sign-in/request","urlObject":{"protocol":"http","port":"3000","path":["api","v1","coach","sign-in","request"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"360e3a5d-8c1b-43df-8133-acf86f63cc1b","name":"SignInRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ferenlisady06@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/coach/sign-in/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 17:35:44 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"email\": \"vincent.limarus@binus.ac.id\",\n    \"otp\": \"311279\"\n}"}],"_postman_id":"08781117-4598-440d-996c-ae41adaa5e77"},{"name":"SignInVerify","id":"ab072122-5090-4d8d-8bcf-f162c0e102fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\",\r\n    \"otp\": \"419974\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/coach/sign-in/verify","urlObject":{"protocol":"http","port":"3000","path":["api","v1","coach","sign-in","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"112cbce1-6b67-41f6-9fa4-bab4f352f0d8","name":"SignInVerify","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ferenlisady06@gmail.com\",\r\n    \"otp\": \"027768\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/coach/sign-in/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Set-Cookie","value":"Authorization=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjkyMDQ1NTcsInN1YiI6IjI0MjA4YTBkLWQ5MjYtNDYzOC1iZjRkLWE3NjE5MzZkODAzOSJ9.NJytW2gUu6SiN8Tx_pGmw-iSZVpeAaYapzf9sJqMNaA; Path=/; Max-Age=2592000; HttpOnly; SameSite=Lax"},{"key":"Date","value":"Thu, 17 Oct 2024 17:35:57 GMT"},{"key":"Content-Length","value":"162"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"OTP is valid for user cc52ed5b-7481-47de-9b86-0d749603123c\",\n        \"email\": \"vincent.limarus@binus.ac.id\",\n        \"is_valid\": true\n    }\n}"}],"_postman_id":"ab072122-5090-4d8d-8bcf-f162c0e102fd"}],"id":"ab80f78e-3767-444e-ba0f-750cf90bcfd0","_postman_id":"ab80f78e-3767-444e-ba0f-750cf90bcfd0","description":""},{"name":"AuthService","item":[{"name":"SignInCheck","id":"2f90bf4d-1791-4625-99f7-cbd517e5d347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"vincentlimarus27@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/sign-in/check","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","sign-in","check"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"965b01d9-a86f-416d-a907-882ec5487ed1","name":"SignInCheck","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ferenlisady06@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/sign-in/check"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 17:36:34 GMT"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Redirecting to sign up page\",\n    \"redirect_url\": \"api/v1/coach/sign-up/submit\"\n}"}],"_postman_id":"2f90bf4d-1791-4625-99f7-cbd517e5d347"},{"name":"SignUpSubmit","id":"5caa654a-b828-48c8-9695-3333e047359a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Feren Lisady\",\r\n    \"email\": \"Hanskho321@gmail.com\",\r\n    \"phone_number\": \"0895232145236\",\r\n    \"profile_picture\": \"TestAPISportsNow\",\r\n    \"description\": \"TestAPISportsNow\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/sign-up/submit","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","sign-up","submit"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8864a98d-8a3b-4ebe-8f6a-b5fc253ea503","name":"SignUpSubmit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Feren\",\r\n    \"email\": \"ferenlisady06@gmail.com\",\r\n    \"phone_number\": \"08952321492\",\r\n    \"profile_picture\": \"TestAPISportsNow\",\r\n    \"description\": \"TestAPISportsNow\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/sign-up/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 17:37:04 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile\"\n}"}],"_postman_id":"5caa654a-b828-48c8-9695-3333e047359a"},{"name":"CoachDetail","id":"e67ec5cb-f6e9-4b74-9afc-d87604d92f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"a8082b7f-206e-4191-83f3-f91dfe31f29e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/detail","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","detail"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9d470c32-a756-4f62-b16f-0f36cb193bb8","name":"CoachDetail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ferenlisady06@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 17:37:12 GMT"},{"key":"Content-Length","value":"213"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get coach detail\",\n    \"data\": {\n        \"id\": \"24208a0d-d926-4638-bf4d-a761936d8039\",\n        \"name\": \"Feren\",\n        \"email\": \"ferenlisady06@gmail.com\",\n        \"phone_number\": \"08952321492\",\n        \"description\": \"TestAPISportsNow\"\n    }\n}"}],"_postman_id":"e67ec5cb-f6e9-4b74-9afc-d87604d92f07"},{"name":"Banner","id":"78b90a0d-1928-48c9-bda6-ca36712d666e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/auth/coach/banner","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","banner"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81ef765b-bc33-41e6-910c-b8ef8886553c","name":"Banner","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/auth/coach/banner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 18:44:40 GMT"},{"key":"Content-Length","value":"348"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get coach banner\",\n    \"data\": [\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5720\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        },\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5721\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        },\n        {\n            \"id\": \"fe8d82e0-0e95-456f-92fb-46d87d9f5722\",\n            \"redirect_url\": \"https://www.google.co.id/?hl=id\",\n            \"path_image\": \"testAPI\"\n        }\n    ]\n}"}],"_postman_id":"78b90a0d-1928-48c9-bda6-ca36712d666e"},{"name":"CoachUpdate","id":"d699d66b-ccb6-4487-bd27-0068125d3ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\r\n    \"name\": \"Vincent Oliver Lim\",\r\n    \"phone_number\": \"089540230240\",\r\n    \"description\": \"TestAPISportsNow.dev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c2aa9cdf-548b-4732-8f49-e3c94943028c","name":"CoachUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\r\n    \"name\": \"Vincent Oliver Lim\",\r\n    \"phone_number\": \"089540230240\",\r\n    \"description\": \"TestAPISportsNow.dev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:54:45 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile\"\n}"}],"_postman_id":"d699d66b-ccb6-4487-bd27-0068125d3ff4"},{"name":"CoachProfilePictureUpdate","id":"fbcab8c5-8847-427f-baa6-836d9532407b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/profile-picture/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","profile-picture","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06a81868-1f24-4dd1-8a69-d89e3f8a26ba","name":"CoachProfilePictureUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\r\n    \"profile_picture\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/profile-picture/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 09:56:14 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Profile Picture\"\n}"}],"_postman_id":"fbcab8c5-8847-427f-baa6-836d9532407b"}],"id":"3d1b070a-aa39-46ab-be7e-11614717e999","_postman_id":"3d1b070a-aa39-46ab-be7e-11614717e999","description":""}],"id":"4fd1ec9e-cacd-4d8d-be44-778b124c207c","_postman_id":"4fd1ec9e-cacd-4d8d-be44-778b124c207c","description":""},{"name":"UserHomeService","item":[{"name":"BaseService","item":[{"name":"SportCenterRecomendation","id":"5a86d948-4dad-42c6-b6fb-f29134b52d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sports-center/recommendations","urlObject":{"protocol":"http","port":"3000","path":["api","v1","sports-center","recommendations"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c75b3f82-c41a-4d73-96fc-60990413f7f5","name":"SportCenterRecomendation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/sports-center/recommendations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 18:38:13 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get sports center recommendations\",\n    \"data\": [\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a1\",\n            \"business_id\": \"01436fa3-9a4e-45b6-9724-27861bcec5aa\",\n            \"name\": \"Sport Now\",\n            \"email\": \"sportsnow@gmail.com\",\n            \"phone_number\": \"08954023414\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"Do it now!\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a7\",\n            \"business_id\": \"01436fa3-9a4e-45b6-9724-27861bcec5aa\",\n            \"name\": \"Eight Ball Emporium\",\n            \"email\": \"8baller@gmail.com\",\n            \"phone_number\": \"08954023411\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"More Than Just a Game\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a6\",\n            \"business_id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c8\",\n            \"name\": \"Ultimate Billiards Arena\",\n            \"email\": \"ultimate@gmail.com\",\n            \"phone_number\": \"08954023419\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"Join the Billiards Revolution\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a5\",\n            \"business_id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c7\",\n            \"name\": \"The Chalkboard Billiard Lounge\",\n            \"email\": \"chalk@gmail.com\",\n            \"phone_number\": \"08954023418\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"Your Cue for Fun!\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a4\",\n            \"business_id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c6\",\n            \"name\": \"Elite Sports Hub\",\n            \"email\": \"Elite@gmail.com\",\n            \"phone_number\": \"08954023417\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"Elevate Your Game\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a2\",\n            \"business_id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c4\",\n            \"name\": \"8Ball\",\n            \"email\": \"8Ball@gmail.com\",\n            \"phone_number\": \"08954023415\",\n            \"address\": \"Jl Kemanggisan Raya 2\",\n            \"open_hour\": \"2024-10-17T12:00:00+07:00\",\n            \"close_hour\": \"2024-10-17T21:00:00+07:00\",\n            \"description\": \"Where Every Shot Counts\",\n            \"longitude\": 0,\n            \"latitude\": 0,\n            \"status\": false\n        }\n    ]\n}"}],"_postman_id":"5a86d948-4dad-42c6-b6fb-f29134b52d30"},{"name":"CoachRecommendation","id":"749e5227-2341-4c46-aa14-40c288412266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/coach/recommendations","urlObject":{"protocol":"http","port":"3000","path":["api","v1","coach","recommendations"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b21c95c5-4d03-45a2-933a-e970948a8464","name":"CoachRecommendation","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/coach/recommendations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 18:09:38 GMT"},{"key":"Content-Length","value":"1019"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get coach recommendations\",\n    \"data\": [\n        {\n            \"id\": \"24208a0d-d926-4638-bf4d-a761936d8039\",\n            \"name\": \"Feren\",\n            \"email\": \"ferenlisady06@gmail.com\",\n            \"phone_number\": \"08952321492\",\n            \"description\": \"TestAPISportsNow\"\n        },\n        {\n            \"id\": \"ea7817f1-552b-4231-b1ce-ea6ed1ea6e09\",\n            \"name\": \"Hans\",\n            \"email\": \"Hanskho321@gmail.com\",\n            \"phone_number\": \"08952321494\",\n            \"description\": \"TestAPISportsNow\"\n        },\n        {\n            \"id\": \"f1fe18d5-231b-4814-9827-a695f474aca4\",\n            \"name\": \"sen\",\n            \"email\": \"vincent.limarus@binus.ac.id\",\n            \"phone_number\": \"08952321422\",\n            \"description\": \"TestAPISportsNow\"\n        },\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5aa\",\n            \"name\": \"Richard\",\n            \"email\": \"richardsugiharto0@gmail.com\",\n            \"phone_number\": \"08952321494\",\n            \"description\": \"TestAPISportsNow\"\n        },\n        {\n            \"id\": \"85fddc7a-cd54-4f53-b0ee-392f6c3c36bb\",\n            \"name\": \"fer\",\n            \"email\": \"feren.lisady@binus.ac.id\",\n            \"phone_number\": \"0895232142421\",\n            \"description\": \"TestAPISportsNow\"\n        },\n        {\n            \"id\": \"b122b484-6d5f-4119-a20d-ba4d8ea09961\",\n            \"name\": \"Vincent\",\n            \"email\": \"vincentlimarus27@gmail.com\",\n            \"phone_number\": \"08952321493\",\n            \"description\": \"TestAPISportsNow\"\n        }\n    ]\n}"}],"_postman_id":"749e5227-2341-4c46-aa14-40c288412266"}],"id":"08295ded-0466-4b83-adc4-596811f1eca4","_postman_id":"08295ded-0466-4b83-adc4-596811f1eca4","description":""}],"id":"461bea33-318b-49c2-baea-2416e856cb57","_postman_id":"461bea33-318b-49c2-baea-2416e856cb57","description":""},{"name":"BusinessHomeService","item":[{"name":"AuthService","item":[{"name":"SportCenterStatus","id":"619991b8-1467-4c66-8f1f-f8929e5ffc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_id\": \"297c99e5-65b0-499c-ba5a-0cf4ea08839f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/status","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c3b5a5c-2ec7-4274-a2bc-5c70e2db2f0f","name":"SportCenterStatus","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_id\": \"dc2d2465-885b-43e5-8a51-20b77cfdb6c3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 19:16:41 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get sport center status\",\n    \"data\": {\n        \"is_open\": false,\n        \"today_transaction\": 2,\n        \"undone_transaction\": 0,\n        \"done_transaction\": 0\n    }\n}"}],"_postman_id":"619991b8-1467-4c66-8f1f-f8929e5ffc58"},{"name":"VenueStatus","id":"f6c728a5-cf9d-45e4-a842-9b8e7f69a518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_id\": \"297c99e5-65b0-499c-ba5a-0cf4ea08839f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/status","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","venue","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4a2a2608-f717-447b-a6e3-cbf1cacc82dd","name":"VenueStatus","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 17 Oct 2024 20:34:36 GMT"},{"key":"Content-Length","value":"514"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get all venue status by sport center id\",\n    \"data\": [\n        {\n            \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a1\",\n            \"name\": \"GoSports\",\n            \"is_active\": false,\n            \"venues\": [\n                {\n                    \"id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a2\",\n                    \"sport_center_id\": \"01436fa3-9a4e-45b6-9724-27861bcec5a1\",\n                    \"profile_picture\": \"TestAPISportsNow\",\n                    \"number\": 1,\n                    \"status\": true,\n                    \"type\": \"Premium\",\n                    \"is_active\": false,\n                    \"created_by\": \"system\",\n                    \"updated_by\": \"system\",\n                    \"created_at\": \"2024-10-18T02:50:13.312516+07:00\",\n                    \"updated_at\": \"2024-10-18T02:50:13.312516+07:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f6c728a5-cf9d-45e4-a842-9b8e7f69a518"}],"id":"425bdee5-5b3c-4150-be1b-6712230b75a0","_postman_id":"425bdee5-5b3c-4150-be1b-6712230b75a0","description":""}],"id":"95fd4a1c-1ab3-4d32-b66a-72d803e94522","_postman_id":"95fd4a1c-1ab3-4d32-b66a-72d803e94522","description":""},{"name":"CoachHomeService","item":[{"name":"AuthCoachService","item":[{"name":"CoachSchedule","id":"4c73b8d2-fada-4370-bd1b-eb617a8f06ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/schedule","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","schedule"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a4ba95a0-99c0-4170-b7a0-5d110f9b8854","name":"CoachSchedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 18 Oct 2024 20:04:21 GMT"},{"key":"Content-Length","value":"930"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get coach schedule\",\n    \"data\": [\n        {\n            \"id\": \"297c99e5-65b0-499c-ba5a-0cf4ea088001\",\n            \"venue_id\": \"297c99e5-65b0-499c-ba5a-0cf4ea08845a\",\n            \"coach_id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\n            \"price\": 60000,\n            \"start_hour\": \"2024-10-19T02:23:39.187432+07:00\",\n            \"end_hour\": \"2024-10-19T03:23:39.187432+07:00\",\n            \"is_active\": false,\n            \"created_by\": \"system\",\n            \"updated_by\": \"system\",\n            \"created_at\": \"2024-10-19T02:27:50.373464+07:00\",\n            \"updated_at\": \"2024-10-19T02:27:50.373464+07:00\",\n            \"booking_details\": null\n        },\n        {\n            \"id\": \"297c99e5-65b0-499c-ba5a-0cf4ea088002\",\n            \"venue_id\": \"297c99e5-65b0-499c-ba5a-0cf4ea08846a\",\n            \"coach_id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\n            \"price\": 60000,\n            \"start_hour\": \"2024-10-19T02:23:39.187432+07:00\",\n            \"end_hour\": \"2024-10-19T03:23:39.187432+07:00\",\n            \"is_active\": false,\n            \"created_by\": \"system\",\n            \"updated_by\": \"system\",\n            \"created_at\": \"2024-10-19T02:27:50.373464+07:00\",\n            \"updated_at\": \"2024-10-19T02:27:50.373464+07:00\",\n            \"booking_details\": null\n        }\n    ]\n}"}],"_postman_id":"4c73b8d2-fada-4370-bd1b-eb617a8f06ce"},{"name":"CoachStatus","id":"2db70797-6f67-4afd-bec1-39236f6cf82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/status","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9133a777-9536-4db2-95fa-b43146a0e418","name":"CoachStatus","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 18 Oct 2024 20:07:17 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success get coach status\",\n    \"data\": {\n        \"today_schedule\": 0,\n        \"done_schedule\": 2,\n        \"undone_schedule\": 0\n    }\n}"}],"_postman_id":"2db70797-6f67-4afd-bec1-39236f6cf82e"},{"name":"CoachSchedule","id":"e3d468eb-4841-41a2-84ad-4ba226511f7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"4d1d9d63-c115-4f7b-badf-c17c1df8c7f7\",\r\n    \"price\": 120000,\r\n    \"start_time\": \"2024-10-18 18:33:36.680715+00\",\r\n    \"end_time\": \"2024-10-18 19:33:36.680715+00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/coach/schedule/add","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","coach","schedule","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3d468eb-4841-41a2-84ad-4ba226511f7c"}],"id":"96488bf6-8700-491a-accd-e7207df0d197","_postman_id":"96488bf6-8700-491a-accd-e7207df0d197","description":""}],"id":"29685c3f-2b9e-42e9-a276-979951a7b320","_postman_id":"29685c3f-2b9e-42e9-a276-979951a7b320","description":""},{"name":"UniversalService","item":[{"name":"LogOutService","id":"c1957554-9538-45be-bd34-bffb147a3c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/logout","urlObject":{"protocol":"http","port":"3000","path":["api","v1","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a9d3a8ac-3bd5-49ef-8387-b375464575d0","name":"LogOutService","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Set-Cookie","value":"Authorization=; Path=/; Max-Age=0"},{"key":"Date","value":"Sun, 27 Oct 2024 09:31:18 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success logout\"\n}"}],"_postman_id":"c1957554-9538-45be-bd34-bffb147a3c10"}],"id":"08249c3b-d0e3-43cf-b778-4be53ea599df","_postman_id":"08249c3b-d0e3-43cf-b778-4be53ea599df","description":""},{"name":"BusinessFeaturesService","item":[{"name":"AuthService","item":[{"name":"RegisterStaff","id":"d1364a4d-e6f3-4c39-b7a2-0f6f1edc9812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_account_id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"name\": \"jasmine azzahra\",\r\n    \"position\": \"Staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/add","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","staff","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c14c0752-5757-4b55-9917-97bb8a1f9821","name":"RegisterStaff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_account_id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\r\n    \"name\": \"jasmine azzahra\",\r\n    \"position\": \"Staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 10:24:00 GMT"},{"key":"Content-Length","value":"363"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Register Staff\",\n    \"data\": {\n        \"id\": \"e83d4f42-8aa4-4421-b985-cd5e8153314f\",\n        \"business_account_id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\n        \"name\": \"jasmine azzahra\",\n        \"position\": \"Staff\",\n        \"is_active\": false,\n        \"created_by\": \"system\",\n        \"updated_by\": \"system\",\n        \"created_at\": \"2024-10-27T17:23:56.536629+07:00\",\n        \"updated_at\": \"2024-10-27T17:23:56.536629+07:00\"\n    }\n}"}],"_postman_id":"d1364a4d-e6f3-4c39-b7a2-0f6f1edc9812"},{"name":"UpdateStaff","id":"82db553e-2bd0-45d9-ae4d-da1b6efd860f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"aa45579c-7db9-40d7-982b-d06a59d00a10\", \r\n    \"name\": \"Jasmine Azzahra\",\r\n    \"position\": \"Head Staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","staff","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d2a6f71-4879-436a-bde1-3d170717d46b","name":"UpdateStaff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"e83d4f42-8aa4-4421-b985-cd5e8153314f\", \r\n    \"name\": \"Jasmine Azzahra\",\r\n    \"position\": \"Head Staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 10:24:39 GMT"},{"key":"Content-Length","value":"367"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Staff\",\n    \"data\": {\n        \"id\": \"e83d4f42-8aa4-4421-b985-cd5e8153314f\",\n        \"business_account_id\": \"fd2c66c2-2b29-4016-b719-b7eba680c9e4\",\n        \"name\": \"Jasmine Azzahra\",\n        \"position\": \"Head Staff\",\n        \"is_active\": false,\n        \"created_by\": \"system\",\n        \"updated_by\": \"system\",\n        \"created_at\": \"2024-10-27T17:23:56.536629+07:00\",\n        \"updated_at\": \"2024-10-27T17:24:39.2160045+07:00\"\n    }\n}"}],"_postman_id":"82db553e-2bd0-45d9-ae4d-da1b6efd860f"},{"name":"DeleteStaff","id":"527c5896-488c-4b46-ae00-512fbef6c991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"e83d4f42-8aa4-4421-b985-cd5e8153314f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/delete","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","staff","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"00783650-4c76-4846-95aa-6ea59b9fe026","name":"DeleteStaff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"e83d4f42-8aa4-4421-b985-cd5e8153314f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/staff/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 10:24:55 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Delete Staff\"\n}"}],"_postman_id":"527c5896-488c-4b46-ae00-512fbef6c991"},{"name":"AddVenue","id":"a7b03686-6a71-40e5-8cf2-4b4b311f4a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_account_id\": \"c16e7c01-ffa0-4803-9db6-498c7f8d9648\",\r\n    \"number\": 1,\r\n    \"profile_picture\": \"testAPI\",\r\n    \"status\": \"Available\",\r\n    \"type\": \"Basic\",\r\n    \"price_per_min\": 1200,\r\n    \"price_per_session\": 72000 \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/add","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","venue","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4e7b62e-2bd8-4423-9224-ffcd902186d0","name":"AddVenue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_account_id\": \"c16e7c01-ffa0-4803-9db6-498c7f8d9648\",\r\n    \"number\": 1,\r\n    \"profile_picture\": \"testAPI\",\r\n    \"status\": \"Available\",\r\n    \"type\": \"Basic\",\r\n    \"price_per_min\": 1200,\r\n    \"price_per_session\": 72000 \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 13:11:24 GMT"},{"key":"Content-Length","value":"281"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Add Venue\",\n    \"data\": {\n        \"id\": \"b0b2251c-4715-4ec7-a626-2c8babab4fbe\",\n        \"business_account_id\": \"c16e7c01-ffa0-4803-9db6-498c7f8d9648\",\n        \"number\": 1,\n        \"profile_picture\": \"testAPI\",\n        \"status\": \"Available\",\n        \"type\": \"Basic\",\n        \"price_per_minute\": 1200,\n        \"price_per_session\": 72000\n    }\n}"}],"_postman_id":"a7b03686-6a71-40e5-8cf2-4b4b311f4a53"},{"name":"UpdateVenue","id":"689f0854-a1c4-4cc1-98c3-6bd7c48b018a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"6e7c9612-c3e2-42b3-9a40-185bf6733a31\",\r\n    \"number\": 1,\r\n    \"profile_picture\": \"test\",\r\n    \"status\": \"Available\",\r\n    \"type\": \"Premium\",\r\n    \"price_per_min\": 1000,\r\n    \"price_per_session\": 60000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","venue","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9066fb72-50f5-45c2-8c8d-5a909dd6290a","name":"UpdateVenue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b0b2251c-4715-4ec7-a626-2c8babab4fbe\",\r\n    \"number\": 1,\r\n    \"profile_picture\": \"test\",\r\n    \"status\": \"Available\",\r\n    \"type\": \"Premium\",\r\n    \"price_per_min\": 1000,\r\n    \"price_per_session\": 60000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 13:13:04 GMT"},{"key":"Content-Length","value":"283"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Update Venue\",\n    \"data\": {\n        \"id\": \"b0b2251c-4715-4ec7-a626-2c8babab4fbe\",\n        \"business_account_id\": \"c16e7c01-ffa0-4803-9db6-498c7f8d9648\",\n        \"number\": 1,\n        \"profile_picture\": \"test\",\n        \"status\": \"Available\",\n        \"type\": \"Premium\",\n        \"price_per_minute\": 1000,\n        \"price_per_session\": 60000\n    }\n}"}],"_postman_id":"689f0854-a1c4-4cc1-98c3-6bd7c48b018a"},{"name":"DeleteVenue","id":"b1e05701-5af2-478c-8b02-9882d7950c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b0b2251c-4715-4ec7-a626-2c8babab4fbe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/delete","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","business","venue","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0baa208-4248-4d88-8a14-496c790269d9","name":"DeleteVenue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"b0b2251c-4715-4ec7-a626-2c8babab4fbe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/business/venue/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 27 Oct 2024 13:13:23 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success Delete Venue\"\n}"}],"_postman_id":"b1e05701-5af2-478c-8b02-9882d7950c82"}],"id":"7376ec51-07fe-4a15-90dd-64278b0abcc9","_postman_id":"7376ec51-07fe-4a15-90dd-64278b0abcc9","description":""}],"id":"7c9b11d2-9d3f-4b4e-88dd-9766dc762d93","_postman_id":"7c9b11d2-9d3f-4b4e-88dd-9766dc762d93","description":""}]}