{"info":{"_postman_id":"c979dbe9-2143-4f7a-9c17-14a0ead360ca","name":"BookBliss","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18001727","collectionId":"c979dbe9-2143-4f7a-9c17-14a0ead360ca","publishedId":"2sA358em2K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-20T22:04:27.000Z"},"item":[{"name":"Auth","item":[{"name":"Logout","id":"9eca8103-e2f6-4603-b507-54bdc7e0b313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/logout/7","urlObject":{"protocol":"http","port":"5000","path":["api","logout","7"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a465cdc4-f086-4d8b-8d1f-b854967dd26d","name":"Logout Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/logout/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"sessionToken=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-K3gZ1APDm69n04OkdSHCmP0j1Qw\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:53:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged out\"\n}"}],"_postman_id":"9eca8103-e2f6-4603-b507-54bdc7e0b313"},{"name":"Register","id":"8f56e9bc-e4a5-46a0-a9b5-9e07287a243a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\",\r\n    \"name\": \"Fillonit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/register","urlObject":{"protocol":"http","port":"5000","path":["api","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"480a53ab-9f42-44c1-95a4-4d1c6821fd00","name":"Register Result","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\",\r\n    \"name\": \"Fillonit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"277"},{"key":"ETag","value":"W/\"115-6lJcrOpAfnYiujR6DLYnKhKD/6o\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:40:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 7,\n        \"email\": \"filloniti@gmail.com\",\n        \"password\": \"d2def5eba54bcfe070b9e6b7f9701ececa7436b0c18884c50730426314033279\",\n        \"name\": \"Fillonit\",\n        \"role\": \"user\",\n        \"createdAt\": \"2024-03-20T21:40:07.642Z\",\n        \"updatedAt\": \"2024-03-20T21:40:07.642Z\",\n        \"salt\": \"3FKFXUSVMlg=\",\n        \"sessionToken\": null\n    }\n}"}],"_postman_id":"8f56e9bc-e4a5-46a0-a9b5-9e07287a243a"},{"name":"Login","id":"0a0677ca-8810-42c7-8e90-d3267adbb1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/login","urlObject":{"protocol":"http","port":"5000","path":["api","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df2afef0-8d42-4e92-ae76-bb737c751df6","name":"Login Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"sessionToken=30481a872d2b18c96ba8dd1a30723d64eef3cf6cac14ca5aa125b6136c05c040; Domain=localhost; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"ETag","value":"W/\"153-grNNj/sfFRGyGPmyuRb8F3quZkI\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:40:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 7,\n        \"email\": \"filloniti@gmail.com\",\n        \"password\": \"d2def5eba54bcfe070b9e6b7f9701ececa7436b0c18884c50730426314033279\",\n        \"name\": \"Fillonit\",\n        \"role\": \"user\",\n        \"createdAt\": \"2024-03-20T21:40:07.642Z\",\n        \"updatedAt\": \"2024-03-20T21:40:50.507Z\",\n        \"salt\": \"3FKFXUSVMlg=\",\n        \"sessionToken\": \"3c672e88de8ad30fcc8bac6e4b5d3d822af2ca0af60476c341a2153cd304a025\"\n    }\n}"}],"_postman_id":"0a0677ca-8810-42c7-8e90-d3267adbb1b5"},{"name":"Login Copy","id":"0a9a7b62-df32-4af8-a0fb-363eb043a241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/user/a25310072d64bb5b8bf76606e7e4afe1c38e3ab8577aacbc52311a38dd6da95f","urlObject":{"protocol":"http","port":"5000","path":["api","auth","user","a25310072d64bb5b8bf76606e7e4afe1c38e3ab8577aacbc52311a38dd6da95f"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"25995331-6bc7-41a6-8573-77215760eada","name":"Login Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"filloniti@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"sessionToken=30481a872d2b18c96ba8dd1a30723d64eef3cf6cac14ca5aa125b6136c05c040; Domain=localhost; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"ETag","value":"W/\"153-grNNj/sfFRGyGPmyuRb8F3quZkI\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:40:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 7,\n        \"email\": \"filloniti@gmail.com\",\n        \"password\": \"d2def5eba54bcfe070b9e6b7f9701ececa7436b0c18884c50730426314033279\",\n        \"name\": \"Fillonit\",\n        \"role\": \"user\",\n        \"createdAt\": \"2024-03-20T21:40:07.642Z\",\n        \"updatedAt\": \"2024-03-20T21:40:50.507Z\",\n        \"salt\": \"3FKFXUSVMlg=\",\n        \"sessionToken\": \"3c672e88de8ad30fcc8bac6e4b5d3d822af2ca0af60476c341a2153cd304a025\"\n    }\n}"}],"_postman_id":"0a9a7b62-df32-4af8-a0fb-363eb043a241"}],"id":"5fac9d86-c7d1-4ea1-bffc-b2705d134693","_postman_id":"5fac9d86-c7d1-4ea1-bffc-b2705d134693","description":""},{"name":"User","item":[{"name":"Users","id":"a24c6fa5-414e-4bec-aa02-fe8bf61dd863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/users","urlObject":{"protocol":"http","port":"5000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d65b13f-bf6a-4d66-9ff8-816b9bacea49","name":"Users Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268"},{"key":"ETag","value":"W/\"10c-wKHE33IRa+zIBeE/Puf2mECCFiI\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:56:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"email\": \"filloniti@gmail.com\",\n        \"password\": \"d2def5eba54bcfe070b9e6b7f9701ececa7436b0c18884c50730426314033279\",\n        \"name\": \"Fillonit\",\n        \"role\": \"user\",\n        \"createdAt\": \"2024-03-20T21:40:07.642Z\",\n        \"updatedAt\": \"2024-03-20T21:53:12.429Z\",\n        \"salt\": \"3FKFXUSVMlg=\",\n        \"sessionToken\": \"\"\n    }\n]"}],"_postman_id":"a24c6fa5-414e-4bec-aa02-fe8bf61dd863"}],"id":"1d4286e3-7eba-4824-aa44-2133da5a016b","_postman_id":"1d4286e3-7eba-4824-aa44-2133da5a016b","description":""},{"name":"Contact","item":[{"name":"Contact","id":"e9314eb4-ad01-474e-a074-0715eac5bfed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/contacts","urlObject":{"protocol":"http","port":"5000","path":["api","contacts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2233f727-18e7-49a7-88b2-22bddca2bd0c","name":"Contact Reponse","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"ETag","value":"W/\"96-BHIj2DU2uu+ji0am0OArxDRk6P4\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:56:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 12,\n        \"name\": \"name\",\n        \"email\": \"email\",\n        \"message\": \"message\",\n        \"createdAt\": \"2024-03-20T21:55:52.400Z\",\n        \"updatedAt\": \"2024-03-20T21:55:52.400Z\",\n        \"ip\": \"::1\"\n    }\n]"}],"_postman_id":"e9314eb4-ad01-474e-a074-0715eac5bfed"},{"name":"deleteContact","id":"bb5612fc-677e-473e-a9e7-47efe9f7db26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"drin1\",\r\n    \"email\": \"drin1@example.com\",\r\n    \"message\": \"New message\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contact/1","urlObject":{"protocol":"http","port":"5000","path":["api","contact","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb5612fc-677e-473e-a9e7-47efe9f7db26"},{"name":"Contact","id":"f997ad17-7735-426c-8d7e-f6c4c9abf796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"name\",\r\n    \"email\": \"email\",\r\n    \"message\": \"message\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contact","urlObject":{"protocol":"http","port":"5000","path":["api","contact"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f12cdbe0-9158-4b15-b9b8-b09378e6873d","name":"Contact Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"name\",\r\n    \"email\": \"email\",\r\n    \"message\": \"message\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"ETag","value":"W/\"94-UKb9khM2piTkVdiQxsjG+j+cWdM\""},{"key":"Date","value":"Wed, 20 Mar 2024 21:55:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"name\": \"name\",\n    \"email\": \"email\",\n    \"message\": \"message\",\n    \"createdAt\": \"2024-03-20T21:55:52.400Z\",\n    \"updatedAt\": \"2024-03-20T21:55:52.400Z\",\n    \"ip\": \"::1\"\n}"}],"_postman_id":"f997ad17-7735-426c-8d7e-f6c4c9abf796"}],"id":"1bb69d2a-d8bb-4474-88eb-b8176f0e0193","_postman_id":"1bb69d2a-d8bb-4474-88eb-b8176f0e0193","description":""},{"name":"Inventory","item":[{"name":"New Request","id":"dc6c0922-cb06-41d1-a003-908fd1d5484b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"dc6c0922-cb06-41d1-a003-908fd1d5484b"}],"id":"97757ef0-3c9d-48d5-94bf-13199f694845","_postman_id":"97757ef0-3c9d-48d5-94bf-13199f694845","description":""},{"name":"Reviews","item":[{"name":"New Request","id":"9808c6ba-deae-43b2-b0c9-7da8465aed69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": 5,\r\n    \"comment\": \"This book is amazing!\",\r\n    \"bookId\": 1,\r\n    \"userId\": 6\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/createReview","urlObject":{"protocol":"http","port":"5000","path":["api","createReview"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9808c6ba-deae-43b2-b0c9-7da8465aed69"},{"name":"Get Reviews","id":"dff4d326-85af-422c-bfe3-afc1fa0049bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"dff4d326-85af-422c-bfe3-afc1fa0049bf"}],"id":"6e7e33b2-9a63-4918-a95e-efe71e514125","_postman_id":"6e7e33b2-9a63-4918-a95e-efe71e514125","description":""},{"name":"Books","item":[{"name":"Get Books","id":"e41af439-2ac8-46cf-9eb0-031226947dca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e41af439-2ac8-46cf-9eb0-031226947dca"}],"id":"31c71179-ca1d-46ad-b8da-e7e9642213a7","_postman_id":"31c71179-ca1d-46ad-b8da-e7e9642213a7","description":""},{"name":"Teams","item":[{"name":"Teams","id":"631ff53e-498b-4e0a-a601-74bbbcf7aa69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/teams","urlObject":{"protocol":"http","port":"5000","path":["api","teams"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"631ff53e-498b-4e0a-a601-74bbbcf7aa69"},{"name":"Create Team","id":"3a7507e7-551c-4f16-a31c-d1f818252135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Xixellonjat\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/team","urlObject":{"protocol":"http","port":"5000","path":["api","team"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a7507e7-551c-4f16-a31c-d1f818252135"},{"name":"Update Team","id":"27374a74-fd18-45e2-9039-de46f2577503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Xixellonjat\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/team/ecea6dec-5300-4d7c-a9bd-4ba7af0c1397","urlObject":{"protocol":"http","port":"5000","path":["api","team","ecea6dec-5300-4d7c-a9bd-4ba7af0c1397"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27374a74-fd18-45e2-9039-de46f2577503"},{"name":"Team","id":"635a22df-d8ca-4b7e-8978-e72522b98f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Xixellonjat\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/team/ecea6dec-5300-4d7c-a9bd-4ba7af0c1397","urlObject":{"protocol":"http","port":"5000","path":["api","team","ecea6dec-5300-4d7c-a9bd-4ba7af0c1397"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"635a22df-d8ca-4b7e-8978-e72522b98f19"},{"name":"Team By ID","id":"cb1aa84e-3054-46ee-89c6-1f5ce767cfef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/team/e2ca69ce-f148-4041-96b2-d6f76008a4e4","urlObject":{"protocol":"http","port":"5000","path":["api","team","e2ca69ce-f148-4041-96b2-d6f76008a4e4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb1aa84e-3054-46ee-89c6-1f5ce767cfef"}],"id":"43e3c896-c480-45dd-8b79-5b355270e94e","_postman_id":"43e3c896-c480-45dd-8b79-5b355270e94e","description":""},{"name":"Players","item":[{"name":"Players","id":"7b2a1044-c5e6-4076-9074-b7c67813581b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/players","urlObject":{"protocol":"http","port":"5000","path":["api","players"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b2a1044-c5e6-4076-9074-b7c67813581b"},{"name":"Create Player","id":"9624f394-529e-440e-b0d6-8587f5f49161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Drin Vitia\",\r\n    \"TeamId\": \"e2ca69ce-f148-4041-96b2-d6f76008a4e4\",\r\n    \"Number\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/player","urlObject":{"protocol":"http","port":"5000","path":["api","player"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9624f394-529e-440e-b0d6-8587f5f49161"},{"name":"Update Team","id":"5c8b6248-61c3-4d81-8ace-300f5e83ca6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Drin Vitia\",\r\n    \"TeamId\": \"e2ca69ce-f148-4041-96b2-d6f76008a4e4\",\r\n    \"Number\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/player/a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc","urlObject":{"protocol":"http","port":"5000","path":["api","player","a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c8b6248-61c3-4d81-8ace-300f5e83ca6c"},{"name":"Team","id":"741c1851-d0da-4c05-abda-1978df191749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Xixellonjat\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/player/a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc","urlObject":{"protocol":"http","port":"5000","path":["api","player","a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"741c1851-d0da-4c05-abda-1978df191749"},{"name":"Team By ID","id":"fa88264d-b482-4503-9dd1-3b2ce7740459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/player/a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc","urlObject":{"protocol":"http","port":"5000","path":["api","player","a91e6c67-32ce-4d50-87a5-5f80cd9b0fcc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa88264d-b482-4503-9dd1-3b2ce7740459"}],"id":"07152dac-900d-4a78-b62e-dbde03b74379","_postman_id":"07152dac-900d-4a78-b62e-dbde03b74379","description":""},{"name":"AI","id":"ed42fb80-0af1-4ced-9b21-27d1983ab684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ed42fb80-0af1-4ced-9b21-27d1983ab684"}]}