{"info":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","description":"<html><head></head><body><p>API Documentation for AFCON SBME Prediction System</p>\n<p>Created by Ibrahim Mohamed</p>\n<p>Sponsored by IEEE EMBS Cairo University SBC</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21802740","collectionId":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","publishedId":"2sAXqnePeY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-12T21:49:20.000Z"},"item":[{"name":"Auth","item":[{"name":"Sign Up","event":[{"listen":"test","script":{"id":"9596d39e-7d66-4351-b361-2901a0d527b9","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"b159b4fc-8d04-47f9-827e-5bb899308339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Doe\",\r\n    \"email\": \"test.doe@eng-st.cu.edu.eg\",\r\n    \"password\": \"test1234\",\r\n    \"passwordConfirm\": \"test1234\",\r\n    \"team\": \"Egypt\",\r\n    \"year\": \"SBME 2024\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth/signup","description":"<p>Signup as a user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","auth","signup"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6b6c5205-2fc8-4d95-9345-22e8f8761bf6","name":"Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Doe\",\r\n    \"email\": \"test.doe@eng-st.cu.edu.eg\",\r\n    \"password\": \"test1234\",\r\n    \"passwordConfirm\": \"test1234\",\r\n    \"team\": \"Egypt\",\r\n    \"year\": \"SBME 2024\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"469"},{"key":"ETag","value":"W/\"1d5-li6bmDngJCiOTpz9a4+wZnzyZlc\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:18:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2ZTMzMDc1OTE3OTEyZDc4NTAyMTViMiIsImlhdCI6MTcyNjE2NTEwOSwiZXhwIjoxNzMzOTQxMTA5fQ.qKGz407AiWZjKhGpNv9dLtoqs6Uo-4rluk7gapFZ7oI\",\n    \"data\": {\n        \"user\": {\n            \"name\": \"Test Doe\",\n            \"email\": \"test.doe@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"_id\": \"66e33075917912d7850215b2\",\n            \"createdAt\": \"2024-09-12T18:18:29.109Z\",\n            \"updatedAt\": \"2024-09-12T18:18:29.109Z\",\n            \"__v\": 0\n        }\n    }\n}"}],"_postman_id":"b159b4fc-8d04-47f9-827e-5bb899308339"},{"name":"Login","event":[{"listen":"test","script":{"id":"c59e130c-0f7e-4cf4-bc51-08f915f997ce","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"41d2cb0e-07ed-4ce9-8fd7-e01f1a3fa7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\r\n    \"password\": \"hima1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/auth/login","description":"<p>Login as User</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","auth","login"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"d6f023e7-8898-4a08-82ba-9f9113f49ca4","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test.doe@eng-st.cu.edu.eg\",\r\n    \"password\": \"test1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"469"},{"key":"ETag","value":"W/\"1d5-NozOfC9cqIRBoZ1tzs1B/frQ6GI\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:19:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2ZTMzMDc1OTE3OTEyZDc4NTAyMTViMiIsImlhdCI6MTcyNjE2NTE1NywiZXhwIjoxNzMzOTQxMTU3fQ.vtbWSG_Rm5kgFWx9h9nU2WNK-HJ1kHUzSQ0T3oDI2DE\",\n    \"data\": {\n        \"user\": {\n            \"_id\": \"66e33075917912d7850215b2\",\n            \"name\": \"Test Doe\",\n            \"email\": \"test.doe@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-09-12T18:18:29.109Z\",\n            \"updatedAt\": \"2024-09-12T18:18:29.109Z\",\n            \"__v\": 0\n        }\n    }\n}"}],"_postman_id":"41d2cb0e-07ed-4ce9-8fd7-e01f1a3fa7cf"},{"name":"Forget Password","id":"e76b6fc6-f34e-46f4-80dc-f262ea495a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ibrahim.mohamed01@eng-st.cu.edu.eg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth/forgot-password","description":"<p>Request Password Change Token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","auth","forgot-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8abe8ad3-c325-4165-b138-2a5b63d2a649","name":"Forget Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ibrahim.mohamed01@eng-st.cu.edu.eg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-7vJh+jMVY1tC+XB9d74hwdymChI\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:32:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Token sent to email!\"\n}"}],"_postman_id":"e76b6fc6-f34e-46f4-80dc-f262ea495a60"},{"name":"Rest Password","id":"4b0a8b6a-0b6d-49a4-a998-756c15cbcf13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"new pass\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/auth//reset-password/:token","description":"<p>Set the password to new provided password after checking the reset token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","auth","","reset-password",":token"],"host":["{{URL}}"],"query":[],"variable":[{"type":"any","value":"afdssaf","key":"token"}]}},"response":[{"id":"fc660bee-7aae-4c36-bbcb-978c746cf668","name":"Rest Password","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{URL}}/api/v1/auth//reset-password/:token","host":["{{URL}}"],"path":["api","v1","auth","","reset-password",":token"],"variable":[{"key":"token","value":"afdssaf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-PTCYVr8kllQwCTs9FdN9K+qQhKM\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:34:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\"\n}"}],"_postman_id":"4b0a8b6a-0b6d-49a4-a998-756c15cbcf13"},{"name":"Check Rest Token","id":"b0b78f1f-16ee-407e-b6ff-b15f0747460b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/auth//check-reset-token/:token","description":"<p>Check if the reset token exists or expired</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","auth","","check-reset-token",":token"],"host":["{{URL}}"],"query":[],"variable":[{"type":"any","value":"sdfgsdg","key":"token"}]}},"response":[{"id":"17d157db-91b0-49c3-a9f4-82f1ad99e17b","name":"Check Rest Token","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/api/v1/auth//check-reset-token/:token","host":["{{URL}}"],"path":["api","v1","auth","","check-reset-token",":token"],"variable":[{"key":"token","value":"sdfgsdg"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-PTCYVr8kllQwCTs9FdN9K+qQhKM\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:34:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\"\n}"}],"_postman_id":"b0b78f1f-16ee-407e-b6ff-b15f0747460b"}],"id":"3816d513-436e-401b-ac02-66a24fe1ba0e","description":"<p>Authentication and Authorization APIs</p>\n","_postman_id":"3816d513-436e-401b-ac02-66a24fe1ba0e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}}},{"name":"Match","item":[{"name":"Get All Matches","id":"7f4ce798-5327-49cf-9610-fddf08081aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/match","description":"<p>Reterive all Matches in the DB</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"18d4692a-2308-41f9-962f-30440942cdb8","name":"Get All Matches","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:04:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd04f488c1894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"399-KKK5dF3nEVi29WmVO5aKEBIrQ84\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"77575561-b3cb-455e"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=rx0m2AkKnUVxe_mOdqB0Sby4EnZZRkTS47vc24sWfrY-1705140252292-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 4,\n    \"data\": [\n        {\n            \"_id\": \"65a18b5118adcb8ce3463792\",\n            \"name\": \"MD1 GA M1\",\n            \"startTime\": \"2024-01-13T20:00:00.000Z\",\n            \"type\": \"group\",\n            \"teamA\": \"Cote d'Ivoire\",\n            \"teamB\": \"Guinea-Bissau\",\n            \"scoreResolved\": false,\n            \"slug\": \"cote-d'ivoire-vs-guinea-bissau-group\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a255a0b16ee97d279e03c7\",\n            \"name\": \"MD1 GA M2\",\n            \"startTime\": \"2024-01-14T14:00:00.000Z\",\n            \"type\": \"group\",\n            \"teamA\": \"Nigeria\",\n            \"teamB\": \"Equatorial Guinea\",\n            \"scoreResolved\": false,\n            \"slug\": \"nigeria-vs-equatorial-guinea-group\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a255f4b16ee97d279e03ca\",\n            \"name\": \"MD1 GB M1\",\n            \"startTime\": \"2024-01-14T17:00:00.000Z\",\n            \"type\": \"group\",\n            \"teamA\": \"Egypt\",\n            \"teamB\": \"Mozambique\",\n            \"scoreResolved\": false,\n            \"slug\": \"egypt-vs-mozambique-group\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a2563db16ee97d279e03d1\",\n            \"name\": \"MD1 GB M2\",\n            \"startTime\": \"2024-01-14T20:00:00.000Z\",\n            \"type\": \"group\",\n            \"teamA\": \"Ghana\",\n            \"teamB\": \"Cape Verde\",\n            \"scoreResolved\": false,\n            \"slug\": \"ghana-vs-cape-verde-group\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"7f4ce798-5327-49cf-9610-fddf08081aab"},{"name":"Get Match","id":"fcfbff8a-af4b-480f-af94-949a2948c6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/match/6666501e3ee4cfbf947fcf60","description":"<p>Get single match details by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match","6666501e3ee4cfbf947fcf60"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"a45121a0-9657-4d2d-8bd9-bb431a0f832c","name":"Get Match","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/match/65a255f4b16ee97d279e03ca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:04:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd0e07da31894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"ed-Qpir+5P7oHzPP68U0DB5Xcv8KEk\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"c7fb9966-aaf9-45b9"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=UWRdYMkh6nLYnkaLU3sESuoreoOwWuHbIztpWE0qOXA-1705140275467-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"65a255f4b16ee97d279e03ca\",\n        \"name\": \"MD1 GB M1\",\n        \"startTime\": \"2024-01-14T17:00:00.000Z\",\n        \"type\": \"group\",\n        \"teamA\": \"Egypt\",\n        \"teamB\": \"Mozambique\",\n        \"scoreResolved\": false,\n        \"slug\": \"egypt-vs-mozambique-group\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"fcfbff8a-af4b-480f-af94-949a2948c6b2"},{"name":"Get Today Matches","id":"7a0dd918-7fdd-4a24-b354-7be3a4380589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/match/today","description":"<p>Get matches of the current day</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match","today"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"3b3d10b6-cb46-48ca-9354-606595c1d7e0","name":"Get Today Matches","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/match/today"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:04:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd1176f041894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"111-dmmAiKylzejeaOHAe0gixghWgts\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"b8792b82-fd31-4499"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=Dzx4lWQAp8s22BCLdBLWSwoiEPwOjdcU15YzxoMzOv4-1705140284250-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 1,\n    \"data\": [\n        {\n            \"_id\": \"65a18b5118adcb8ce3463792\",\n            \"name\": \"MD1 GA M1\",\n            \"startTime\": \"2024-01-13T20:00:00.000Z\",\n            \"type\": \"group\",\n            \"teamA\": \"Cote d'Ivoire\",\n            \"teamB\": \"Guinea-Bissau\",\n            \"scoreResolved\": false,\n            \"slug\": \"cote-d'ivoire-vs-guinea-bissau-group\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"7a0dd918-7fdd-4a24-b354-7be3a4380589"},{"name":"Create Match","id":"833c9281-e3f5-4827-869b-8cb9c74686d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"MD1 GD M2\",\r\n    \"startTime\": \"Sun Jun 17 2024 22:00:00 GMT+0300 (Eastern European Standard Time)\",\r\n    \"type\": \"group\",\r\n    \"teamA\": \"Austria\",\r\n    \"teamB\": \"France\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/match","description":"<p>Create new match</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"833c9281-e3f5-4827-869b-8cb9c74686d4"},{"name":"Update Match","id":"992e9ae6-adff-4757-af47-1a42441b31a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"winner\": \"Germany\"\r\n    // \"startTime\": \"Sat Jun 12 2024 14:7:00 GMT+0300 (Eastern European Standard Time)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/match/6666501e3ee4cfbf947fcf60","description":"<p>Update only specificed and allowed match fields</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match","6666501e3ee4cfbf947fcf60"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"992e9ae6-adff-4757-af47-1a42441b31a7"},{"name":"Delete Match","id":"aa6b8430-6949-451d-9c73-87bbad0ca55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"winner\": \"Egypt\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/match/666651363ee4cfbf947fcf83","description":"<p>Delete match by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","match","666651363ee4cfbf947fcf83"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa6b8430-6949-451d-9c73-87bbad0ca55b"}],"id":"cfdd8080-dcd4-44d0-97b6-e230fd0a2e76","description":"<p>Match APIs</p>\n","event":[{"listen":"prerequest","script":{"id":"7fa35d58-afe7-441d-bdb4-74f67e02a905","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"32c44ba4-b791-4dc4-89a2-5d2963fe8d66","type":"text/javascript","exec":[""]}}],"_postman_id":"cfdd8080-dcd4-44d0-97b6-e230fd0a2e76","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}}},{"name":"Predict","item":[{"name":"Get All Predictions","id":"a2a345f4-1945-48bb-bbf3-7fa2097c560f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/","description":"<p>Retrive all Predictions from Db</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","prediction",""],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"6e7bc5cf-a0ff-41c6-b2c2-552031dd55dd","name":"Get All Predictions","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:05:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd1adaa211894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"17f5-Me+3LyGCibMkWp+EUhETcpMYjcY\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"7a1feeb6-f2da-4798"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=d_VHwztXRyG6LL8Q9LqbmyVDjTioiDNkapcEPiYBW.I-1705140308495-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 16,\n    \"data\": [\n        {\n            \"_id\": \"65a2542fb16ee97d279e0393\",\n            \"user\": {\n                \"_id\": \"65a1916c1045f1a53243a8b0\",\n                \"name\": \"Ibrahim Mohamed\",\n                \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:13:19.241Z\",\n            \"updatedAt\": \"2024-01-13T09:13:19.241Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25441b16ee97d279e03a7\",\n            \"user\": {\n                \"_id\": \"65a193441045f1a53243a923\",\n                \"name\": \"Ehab\",\n                \"email\": \"ehab.mahmoud00@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:13:37.533Z\",\n            \"updatedAt\": \"2024-01-13T09:13:37.533Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25802b16ee97d279e03f6\",\n            \"user\": {\n                \"_id\": \"65a1944c1045f1a53243a999\",\n                \"name\": \"Mohamed Elsayed Ali\",\n                \"email\": \"muhammad.abdel-al02@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:29:38.444Z\",\n            \"updatedAt\": \"2024-01-13T09:29:38.444Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a259bab16ee97d279e0416\",\n            \"user\": {\n                \"_id\": \"65a192101045f1a53243a8ba\",\n                \"name\": \"مهنض المحترم\",\n                \"email\": \"mohaned.mohamed05@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:36:58.941Z\",\n            \"updatedAt\": \"2024-01-13T09:36:58.941Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25a41b16ee97d279e042b\",\n            \"user\": {\n                \"_id\": \"65a193df1045f1a53243a96e\",\n                \"name\": \"Ziad Ramadan\",\n                \"email\": \"ziad.mohmedmohmed04@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:39:13.488Z\",\n            \"updatedAt\": \"2024-01-13T09:39:13.488Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25a53b16ee97d279e0437\",\n            \"user\": {\n                \"_id\": \"65a2596eb16ee97d279e0404\",\n                \"name\": \"Mahmoud magdy\",\n                \"email\": \"mahmoud.ismail02@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:39:31.615Z\",\n            \"updatedAt\": \"2024-01-13T09:39:31.615Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25adeb16ee97d279e0451\",\n            \"user\": {\n                \"_id\": \"65a1a0d21045f1a53243abd6\",\n                \"name\": \"ربيع \",\n                \"email\": \"mahmoud.mahmoud01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Draw\",\n            \"createdAt\": \"2024-01-13T09:41:50.212Z\",\n            \"updatedAt\": \"2024-01-13T09:41:50.212Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25b64b16ee97d279e0465\",\n            \"user\": {\n                \"_id\": \"65a235e09da70734f206f29a\",\n                \"name\": \"Eng. Megzawy\",\n                \"email\": \"Magdy.Nasr01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:44:04.487Z\",\n            \"updatedAt\": \"2024-01-13T09:44:04.487Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25bbbb16ee97d279e0475\",\n            \"user\": {\n                \"_id\": \"65a1970a1045f1a53243aaa3\",\n                \"name\": \"Abdelrhman Yaser\",\n                \"email\": \"abdelrhman.abdelhakem00@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:45:31.088Z\",\n            \"updatedAt\": \"2024-01-13T09:45:31.088Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25c05b16ee97d279e04b2\",\n            \"user\": {\n                \"_id\": \"65a19b0c1045f1a53243ab2b\",\n                \"name\": \"Ahmed Hassan\",\n                \"email\": \"ahmed.ali009@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:46:45.300Z\",\n            \"updatedAt\": \"2024-01-13T09:46:45.300Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25cbcb16ee97d279e04f6\",\n            \"user\": {\n                \"_id\": \"65a25c0db16ee97d279e04bd\",\n                \"name\": \"Mohamed Ismail\",\n                \"email\": \"mohamed.darwish02@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Draw\",\n            \"createdAt\": \"2024-01-13T09:49:48.256Z\",\n            \"updatedAt\": \"2024-01-13T09:49:48.256Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25cd9b16ee97d279e0506\",\n            \"user\": {\n                \"_id\": \"65a192801045f1a53243a8d5\",\n                \"name\": \"Mina Gheobrial\",\n                \"email\": \"Mina.gheobrial99@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Draw\",\n            \"createdAt\": \"2024-01-13T09:50:17.925Z\",\n            \"updatedAt\": \"2024-01-13T09:50:17.925Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25e24b16ee97d279e053c\",\n            \"user\": {\n                \"_id\": \"65a192d91045f1a53243a8f6\",\n                \"name\": \"Yousef Kadry Anwar\",\n                \"email\": \"youssef.basher01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:55:48.714Z\",\n            \"updatedAt\": \"2024-01-13T09:55:48.714Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25e95b16ee97d279e055b\",\n            \"user\": {\n                \"_id\": \"65a198c91045f1a53243aae7\",\n                \"name\": \"Misara Ahmed\",\n                \"email\": \"misara.genedy00@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:57:41.960Z\",\n            \"updatedAt\": \"2024-01-13T09:57:41.960Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25f4db16ee97d279e057b\",\n            \"user\": {\n                \"_id\": \"65a192201045f1a53243a8be\",\n                \"name\": \"Abram Gad \",\n                \"email\": \"ebram.meawad01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T10:00:45.273Z\",\n            \"updatedAt\": \"2024-01-13T10:00:45.273Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25fabb16ee97d279e0586\",\n            \"user\": {\n                \"_id\": \"65a192ae1045f1a53243a8e4\",\n                \"name\": \"Yehia Said\",\n                \"email\": \"yehia.hosny00@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T10:02:19.210Z\",\n            \"updatedAt\": \"2024-01-13T10:02:19.210Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"a2a345f4-1945-48bb-bbf3-7fa2097c560f"},{"name":"Get My Predictions","id":"1de9a6fa-5558-4362-8fa4-d94884b4df87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/my-predictions","description":"<p>Get the current user predictions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","prediction","my-predictions"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"647bd2d4-61ea-471e-bf6b-9e477f8051a5","name":"Get My Predictions","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/my-predictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:05:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd1ec1e4c1894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"1aa-2k8sLNYXr651dNgrwKSAK9MlA9g\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"bcb22f31-feb5-4e8c"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=2OzyH0s2KdU7pq6raenxgNT3rQDG4BB8xrVGlP41VKc-1705140318442-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 1,\n    \"data\": [\n        {\n            \"_id\": \"65a2542fb16ee97d279e0393\",\n            \"user\": {\n                \"_id\": \"65a1916c1045f1a53243a8b0\",\n                \"name\": \"Ibrahim Mohamed\",\n                \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\n                \"score\": 0\n            },\n            \"match\": {\n                \"_id\": \"65a18b5118adcb8ce3463792\",\n                \"name\": \"MD1 GA M1\",\n                \"teamA\": \"Cote d'Ivoire\",\n                \"teamB\": \"Guinea-Bissau\"\n            },\n            \"predictedTeam\": \"Cote d'Ivoire\",\n            \"createdAt\": \"2024-01-13T09:13:19.241Z\",\n            \"updatedAt\": \"2024-01-13T09:13:19.241Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"1de9a6fa-5558-4362-8fa4-d94884b4df87"},{"name":"Get Prediction","id":"ce6880a9-661f-4043-8b32-02fa76d0bc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/65a2542fb16ee97d279e0393","description":"<p>Get signle prediction by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","prediction","65a2542fb16ee97d279e0393"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"5a2b2e91-0299-4988-b035-de84d0e65f69","name":"Get Prediction","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/65a2542fb16ee97d279e0393"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:05:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd267e8051894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"19c-SPcJglYt+oufyyeLxBbBm/tcGEo\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"3392f56f-33f3-418f"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=uFEd2Rq5T64TKPdfc_8XHEmlMwK9ytzla7Fbv5Ir4C8-1705140338289-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"65a2542fb16ee97d279e0393\",\n        \"user\": {\n            \"_id\": \"65a1916c1045f1a53243a8b0\",\n            \"name\": \"Ibrahim Mohamed\",\n            \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\n            \"score\": 0\n        },\n        \"match\": {\n            \"_id\": \"65a18b5118adcb8ce3463792\",\n            \"name\": \"MD1 GA M1\",\n            \"teamA\": \"Cote d'Ivoire\",\n            \"teamB\": \"Guinea-Bissau\"\n        },\n        \"predictedTeam\": \"Cote d'Ivoire\",\n        \"createdAt\": \"2024-01-13T09:13:19.241Z\",\n        \"updatedAt\": \"2024-01-13T09:13:19.241Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"ce6880a9-661f-4043-8b32-02fa76d0bc6f"},{"name":"Get Match Prediction","id":"4a5a8d12-f8e3-4e2c-9da8-b6861745e587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/match-predictions/:matchId","description":"<p>Get predections on certain match by match Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","prediction","match-predictions",":matchId"],"host":["{{URL}}api"],"query":[],"variable":[{"type":"any","value":"hungary-vs-spain-group","key":"matchId"}]}},"response":[{"id":"779040c1-d9e3-4108-9a5c-3b08fb894af7","name":"Get Match Prediction","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/prediction/match-predictions/cote-d'ivoire-vs-guinea-bissau-group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:06:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd325396f1894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"7c5-dEeZnCmmymtzO9KyGgAJW1auQ6A\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"61e13d0c-c09b-4aa0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=Tf6VcektYo41wiy4SNnvEZTKtUOfLT.65ajSPqWFJG0-1705140368550-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 16,\n    \"data\": {\n        \"teamA\": {\n            \"count\": 13,\n            \"users\": [\n                {\n                    \"_id\": \"65a1916c1045f1a53243a8b0\",\n                    \"name\": \"Ibrahim Mohamed\",\n                    \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a193441045f1a53243a923\",\n                    \"name\": \"Ehab\",\n                    \"email\": \"ehab.mahmoud00@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a1944c1045f1a53243a999\",\n                    \"name\": \"Mohamed Elsayed Ali\",\n                    \"email\": \"muhammad.abdel-al02@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a192101045f1a53243a8ba\",\n                    \"name\": \"مهنض المحترم\",\n                    \"email\": \"mohaned.mohamed05@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a193df1045f1a53243a96e\",\n                    \"name\": \"Ziad Ramadan\",\n                    \"email\": \"ziad.mohmedmohmed04@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a2596eb16ee97d279e0404\",\n                    \"name\": \"Mahmoud magdy\",\n                    \"email\": \"mahmoud.ismail02@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a235e09da70734f206f29a\",\n                    \"name\": \"Eng. Megzawy\",\n                    \"email\": \"Magdy.Nasr01@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a1970a1045f1a53243aaa3\",\n                    \"name\": \"Abdelrhman Yaser\",\n                    \"email\": \"abdelrhman.abdelhakem00@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a19b0c1045f1a53243ab2b\",\n                    \"name\": \"Ahmed Hassan\",\n                    \"email\": \"ahmed.ali009@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a192d91045f1a53243a8f6\",\n                    \"name\": \"Yousef Kadry Anwar\",\n                    \"email\": \"youssef.basher01@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a198c91045f1a53243aae7\",\n                    \"name\": \"Misara Ahmed\",\n                    \"email\": \"misara.genedy00@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a192201045f1a53243a8be\",\n                    \"name\": \"Abram Gad \",\n                    \"email\": \"ebram.meawad01@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a192ae1045f1a53243a8e4\",\n                    \"name\": \"Yehia Said\",\n                    \"email\": \"yehia.hosny00@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                }\n            ]\n        },\n        \"teamB\": {\n            \"count\": 0,\n            \"users\": []\n        },\n        \"draw\": {\n            \"count\": 3,\n            \"users\": [\n                {\n                    \"_id\": \"65a1a0d21045f1a53243abd6\",\n                    \"name\": \"ربيع \",\n                    \"email\": \"mahmoud.mahmoud01@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a25c0db16ee97d279e04bd\",\n                    \"name\": \"Mohamed Ismail\",\n                    \"email\": \"mohamed.darwish02@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                },\n                {\n                    \"_id\": \"65a192801045f1a53243a8d5\",\n                    \"name\": \"Mina Gheobrial\",\n                    \"email\": \"Mina.gheobrial99@eng-st.cu.edu.eg\",\n                    \"score\": 0\n                }\n            ]\n        },\n        \"teams\": {\n            \"teamA\": \"Cote d'Ivoire\",\n            \"teamB\": \"Guinea-Bissau\"\n        }\n    }\n}"}],"_postman_id":"4a5a8d12-f8e3-4e2c-9da8-b6861745e587"},{"name":"Delete Prediction","id":"9808d631-ad80-4584-8260-00706675e805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/prediction/","description":"<p>Delete a prediction by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","prediction",""],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9808d631-ad80-4584-8260-00706675e805"}],"id":"b62529ce-dbec-4945-8d97-cfd02debb30e","description":"<p>Prediction APIs</p>\n","_postman_id":"b62529ce-dbec-4945-8d97-cfd02debb30e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}}},{"name":"Users","item":[{"name":"Get All Users","id":"5e726773-2fcf-4359-835b-8332879676cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/user/","description":"<p>Retrive all Users from Db</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","user",""],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"970d5f73-4a80-4519-b8df-272f16e469e2","name":"Get All Users","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/user/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:06:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd4162d401894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"30cc-qzpWe6rC5MBn9LUcTgJdkQyyf5E\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"cdd6cd36-7d35-49b1"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=25QhRdGXE8GlPY_DJkD4sHRDzWv374PdK1IYAkZoyto-1705140407005-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": 47,\n    \"data\": [\n        {\n            \"_id\": \"65a182efecf07dcb85ca894d\",\n            \"name\": \"Ahmed Elsarta\",\n            \"email\": \"ahmed.elsarta00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T18:20:31.961Z\",\n            \"updatedAt\": \"2024-01-12T18:20:31.961Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1916c1045f1a53243a8b0\",\n            \"name\": \"Ibrahim Mohamed\",\n            \"email\": \"Ibrahim.Mohamed01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"admin\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:22:20.286Z\",\n            \"updatedAt\": \"2024-01-12T19:22:20.286Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192101045f1a53243a8ba\",\n            \"name\": \"مهنض المحترم\",\n            \"email\": \"mohaned.mohamed05@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:25:04.695Z\",\n            \"updatedAt\": \"2024-01-12T19:25:04.695Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192201045f1a53243a8be\",\n            \"name\": \"Abram Gad \",\n            \"email\": \"ebram.meawad01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:25:20.888Z\",\n            \"updatedAt\": \"2024-01-12T19:25:20.888Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192251045f1a53243a8c1\",\n            \"name\": \"Anas Ayman\",\n            \"email\": \"anas.abdelkader04@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:25:25.475Z\",\n            \"updatedAt\": \"2024-01-12T19:25:25.475Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192801045f1a53243a8d5\",\n            \"name\": \"Mina Gheobrial\",\n            \"email\": \"Mina.gheobrial99@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:26:56.480Z\",\n            \"updatedAt\": \"2024-01-12T19:26:56.480Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192821045f1a53243a8d7\",\n            \"name\": \"Mohamed Salman\",\n            \"email\": \"mohamed.abdelwareth02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:26:58.585Z\",\n            \"updatedAt\": \"2024-01-12T19:26:58.585Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192ae1045f1a53243a8e4\",\n            \"name\": \"Yehia Said\",\n            \"email\": \"yehia.hosny00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:27:42.588Z\",\n            \"updatedAt\": \"2024-01-12T19:27:42.588Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192bb1045f1a53243a8eb\",\n            \"name\": \"Mohamed Mostafa\",\n            \"email\": \"mohamed.ahmed019@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:27:55.475Z\",\n            \"updatedAt\": \"2024-01-12T19:27:55.475Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a192d91045f1a53243a8f6\",\n            \"name\": \"Yousef Kadry Anwar\",\n            \"email\": \"youssef.basher01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:28:25.485Z\",\n            \"updatedAt\": \"2024-01-12T19:28:25.485Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193001045f1a53243a907\",\n            \"name\": \"Dina Mostafa\",\n            \"email\": \"dina.radwan01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:29:04.595Z\",\n            \"updatedAt\": \"2024-01-12T19:29:04.595Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1930c1045f1a53243a90c\",\n            \"name\": \"Youssef Shaaban\",\n            \"email\": \"youssef.korany01@eng-st.cu.edu.eg\",\n            \"team\": \"South Africa\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:29:16.584Z\",\n            \"updatedAt\": \"2024-01-12T19:29:16.584Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193361045f1a53243a91f\",\n            \"name\": \"Abdallah Magdy\",\n            \"email\": \"abdullah.mahmoud02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:29:58.184Z\",\n            \"updatedAt\": \"2024-01-12T19:29:58.184Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193441045f1a53243a923\",\n            \"name\": \"Ehab\",\n            \"email\": \"ehab.mahmoud00@eng-st.cu.edu.eg\",\n            \"team\": \"South Africa\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:30:12.279Z\",\n            \"updatedAt\": \"2024-01-12T19:30:12.279Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1934e1045f1a53243a927\",\n            \"name\": \"Osama Badawi\",\n            \"email\": \"osama.mahmoud02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:30:22.587Z\",\n            \"updatedAt\": \"2024-01-12T19:30:22.587Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1934f1045f1a53243a929\",\n            \"name\": \"mohamed Hamdy \",\n            \"email\": \"Mohamed.Hady03@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:30:23.885Z\",\n            \"updatedAt\": \"2024-01-12T19:30:23.885Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1935c1045f1a53243a930\",\n            \"name\": \"Mazen Atlam\",\n            \"email\": \"mazen.atlam04@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:30:36.086Z\",\n            \"updatedAt\": \"2024-01-12T19:30:36.086Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193691045f1a53243a934\",\n            \"name\": \"Omar Anwar\",\n            \"email\": \"omar.mansour00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:30:50.076Z\",\n            \"updatedAt\": \"2024-01-12T19:30:50.076Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193781045f1a53243a93a\",\n            \"name\": \"Ahmed Ashraf\",\n            \"email\": \"ahmed.saad01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:31:04.289Z\",\n            \"updatedAt\": \"2024-01-12T19:31:04.289Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193d11045f1a53243a961\",\n            \"name\": \"Omar Atef Hussain\",\n            \"email\": \"Omar.Othman03@eng-st.cu.edu.eg\",\n            \"team\": \"South Africa\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:32:33.676Z\",\n            \"updatedAt\": \"2024-01-12T19:32:33.676Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193da1045f1a53243a968\",\n            \"name\": \"Hesham Tamer\",\n            \"email\": \"Hisham.Sami02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:32:42.477Z\",\n            \"updatedAt\": \"2024-01-12T19:32:42.477Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a193df1045f1a53243a96e\",\n            \"name\": \"Ziad Ramadan\",\n            \"email\": \"ziad.mohmedmohmed04@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:32:47.683Z\",\n            \"updatedAt\": \"2024-01-12T19:32:47.683Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1944c1045f1a53243a999\",\n            \"name\": \"Mohamed Elsayed Ali\",\n            \"email\": \"muhammad.abdel-al02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:34:36.879Z\",\n            \"updatedAt\": \"2024-01-12T19:34:36.879Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a194881045f1a53243a9aa\",\n            \"name\": \"Mahmoud Mohamed Ali\",\n            \"email\": \"mahmoud.aty02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:35:36.984Z\",\n            \"updatedAt\": \"2024-01-12T19:35:36.984Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a194aa1045f1a53243a9b9\",\n            \"name\": \"Olivia morkos\",\n            \"email\": \"olivia.wahba04@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:36:10.590Z\",\n            \"updatedAt\": \"2024-01-12T19:36:10.590Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a195b21045f1a53243a9fb\",\n            \"name\": \"عبدالله خليفة \",\n            \"email\": \"Abdullah.Mansour05@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:40:34.675Z\",\n            \"updatedAt\": \"2024-01-12T19:40:34.675Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a196421045f1a53243aa2a\",\n            \"name\": \"Ziyad ElFayoumy \",\n            \"email\": \"ziad.al-fayoumi02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:42:58.289Z\",\n            \"updatedAt\": \"2024-01-12T19:42:58.289Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a196491045f1a53243aa2d\",\n            \"name\": \"osama \",\n            \"email\": \"Osama.Khalifa04@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:43:05.886Z\",\n            \"updatedAt\": \"2024-01-12T19:43:05.886Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1970a1045f1a53243aaa3\",\n            \"name\": \"Abdelrhman Yaser\",\n            \"email\": \"abdelrhman.abdelhakem00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:46:18.885Z\",\n            \"updatedAt\": \"2024-01-12T19:46:18.885Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1985c1045f1a53243aac9\",\n            \"name\": \"Ahmed Mokhtar\",\n            \"email\": \"Ahmed.Elsharawy03@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:51:56.278Z\",\n            \"updatedAt\": \"2024-01-12T19:51:56.278Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a198c91045f1a53243aae7\",\n            \"name\": \"Misara Ahmed\",\n            \"email\": \"misara.genedy00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:53:45.876Z\",\n            \"updatedAt\": \"2024-01-12T19:53:45.876Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19a291045f1a53243ab09\",\n            \"name\": \"Ahmed Mohamed Abdelsalam\",\n            \"email\": \"Ahmed.Mohamed0410@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2027\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T19:59:37.479Z\",\n            \"updatedAt\": \"2024-01-12T19:59:37.479Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19b0c1045f1a53243ab2b\",\n            \"name\": \"Ahmed Hassan\",\n            \"email\": \"ahmed.ali009@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:03:24.782Z\",\n            \"updatedAt\": \"2024-01-12T20:03:24.782Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19b391045f1a53243ab34\",\n            \"name\": \"mohamed sayed diab\",\n            \"email\": \"mohammed.abdulghani02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:04:09.784Z\",\n            \"updatedAt\": \"2024-01-12T20:04:09.784Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19be81045f1a53243ab45\",\n            \"name\": \"Mariam Turky \",\n            \"email\": \"mariam.kamel01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:07:04.683Z\",\n            \"updatedAt\": \"2024-01-12T20:07:04.683Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19c511045f1a53243ab5c\",\n            \"name\": \"Michael Hany\",\n            \"email\": \"michael.yousef00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:08:49.784Z\",\n            \"updatedAt\": \"2024-01-12T20:08:49.784Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a19ec31045f1a53243abb5\",\n            \"name\": \"Ezzat Hegazy\",\n            \"email\": \"Ezzat.Fahmy00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:19:15.685Z\",\n            \"updatedAt\": \"2024-01-12T20:19:15.685Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1a0d21045f1a53243abd6\",\n            \"name\": \"ربيع \",\n            \"email\": \"mahmoud.mahmoud01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:28:02.380Z\",\n            \"updatedAt\": \"2024-01-12T20:28:02.380Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1a1001045f1a53243abe0\",\n            \"name\": \" ElMo2\",\n            \"email\": \"momen.ameen01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:28:48.577Z\",\n            \"updatedAt\": \"2024-01-12T20:28:48.577Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1a2ca1045f1a53243ac23\",\n            \"name\": \"Zeyad Amr Fekry\",\n            \"email\": \"zeyad.ebrahim00@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T20:36:26.381Z\",\n            \"updatedAt\": \"2024-01-12T20:36:26.381Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a1aa491045f1a53243ac50\",\n            \"name\": \"Ahmed Abd El-Raouf\",\n            \"email\": \"ahmed.mohamed019@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-12T21:08:25.580Z\",\n            \"updatedAt\": \"2024-01-12T21:08:25.580Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a21964d1ee0f48396deff4\",\n            \"name\": \"mohab ghobashy\",\n            \"email\": \"mohab.ali01@eng-st.cu.edu.eg\",\n            \"team\": \"Algeria\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T05:02:28.496Z\",\n            \"updatedAt\": \"2024-01-13T05:02:28.496Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a235e09da70734f206f29a\",\n            \"name\": \"Eng. Megzawy\",\n            \"email\": \"Magdy.Nasr01@eng-st.cu.edu.eg\",\n            \"team\": \"Burkina Faso\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T07:04:00.809Z\",\n            \"updatedAt\": \"2024-01-13T07:04:00.809Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a2596eb16ee97d279e0404\",\n            \"name\": \"Mahmoud magdy\",\n            \"email\": \"mahmoud.ismail02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2025\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T09:35:42.427Z\",\n            \"updatedAt\": \"2024-01-13T09:35:42.427Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25ac0b16ee97d279e0440\",\n            \"name\": \"Ahmed Emad Kwaiz\",\n            \"email\": \"ahmed.mohamed0029@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T09:41:20.074Z\",\n            \"updatedAt\": \"2024-01-13T09:41:20.074Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25c0db16ee97d279e04bd\",\n            \"name\": \"Mohamed Ismail\",\n            \"email\": \"mohamed.darwish02@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T09:46:53.677Z\",\n            \"updatedAt\": \"2024-01-13T10:06:20.682Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"65a25d94b16ee97d279e0529\",\n            \"name\": \"Dina Hussam\",\n            \"email\": \"dina.abrahim01@eng-st.cu.edu.eg\",\n            \"team\": \"Egypt\",\n            \"class\": \"SBME 2024\",\n            \"role\": \"user\",\n            \"score\": 0,\n            \"predictions\": [],\n            \"createdAt\": \"2024-01-13T09:53:24.975Z\",\n            \"updatedAt\": \"2024-01-13T09:53:24.975Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"5e726773-2fcf-4359-835b-8332879676cd"},{"name":"Get User","id":"a3dc4122-5d96-4d8e-9a33-3e1f848083ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/user/65a25c0db16ee97d279e04bd","description":"<p>Get single user by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","user","65a25c0db16ee97d279e04bd"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"f858a170-a8e5-4904-b99b-b1a697df69b9","name":"Get User","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/user/65a25c0db16ee97d279e04bd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:06:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd3e138de1894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"125-bctj8HzASmxJ1WrXOvANSscjrXY\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"0f14088b-5120-4de7"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=d76GOR6BdW9Jznzm0wvHq7s5ATqa2fx39Oot43jIaZE-1705140398466-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"65a25c0db16ee97d279e04bd\",\n        \"name\": \"Mohamed Ismail\",\n        \"email\": \"mohamed.darwish02@eng-st.cu.edu.eg\",\n        \"team\": \"Egypt\",\n        \"class\": \"SBME 2024\",\n        \"role\": \"user\",\n        \"score\": 0,\n        \"predictions\": [],\n        \"createdAt\": \"2024-01-13T09:46:53.677Z\",\n        \"updatedAt\": \"2024-01-13T10:06:20.682Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"a3dc4122-5d96-4d8e-9a33-3e1f848083ec"},{"name":"Update User","id":"904410ef-2322-457d-886e-1cb4596bb961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n      \"name\": \"Mohamed Ismail\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/user/65a25c0db16ee97d279e04bd","description":"<p>Update user data by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","user","65a25c0db16ee97d279e04bd"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"67408c46-0863-4ba4-a2eb-8bc300fd20bb","name":"Get User Copy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n      \"name\": \"Mohamed Ismail\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/user/65a25c0db16ee97d279e04bd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:06:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd37259b21894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"125-bctj8HzASmxJ1WrXOvANSscjrXY\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"c3698fd7-cc2e-4212"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=050U88ObLsdNI2e5phXGzi6ALL7dRSVz7Wh5No70qtM-1705140380800-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"65a25c0db16ee97d279e04bd\",\n        \"name\": \"Mohamed Ismail\",\n        \"email\": \"mohamed.darwish02@eng-st.cu.edu.eg\",\n        \"team\": \"Egypt\",\n        \"class\": \"SBME 2024\",\n        \"role\": \"user\",\n        \"score\": 0,\n        \"predictions\": [],\n        \"createdAt\": \"2024-01-13T09:46:53.677Z\",\n        \"updatedAt\": \"2024-01-13T10:06:20.682Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"904410ef-2322-457d-886e-1cb4596bb961"},{"name":"Delete User","id":"1153eed1-9e67-46ae-b011-a670f5382467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/user/659be3f457adc23a48aec720","description":"<p>Delete user by Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["v1","user","659be3f457adc23a48aec720"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1153eed1-9e67-46ae-b011-a670f5382467"}],"id":"4090ada1-58ff-455e-abd6-536f49f752ab","description":"<p>User APIs</p>\n","_postman_id":"4090ada1-58ff-455e-abd6-536f49f752ab","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}}},{"name":"Game","item":[{"name":"Predict","id":"d964f1d7-cadb-4f4a-a977-a74ac54e265b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"selectedTeam\": \"Egypt\"\r\n    \"selectedTeam\": \"Mozambique\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v1/game/predict/659f0b6314d5314841eea1c0","description":"<p>Make a prediction on certain match by match Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","game","predict","659f0b6314d5314841eea1c0"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d964f1d7-cadb-4f4a-a977-a74ac54e265b"},{"name":"Compute Score After Match","id":"f675dc19-7783-46b7-9953-36e556dea5f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v1/game/update-score/6666501e3ee4cfbf947fcf60","description":"<p>API to initate the calculatioon of the scores after match finishs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","game","update-score","6666501e3ee4cfbf947fcf60"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f675dc19-7783-46b7-9953-36e556dea5f2"},{"name":"Get Leaderboard","id":"b982e812-ee11-4b01-852c-6419918ad188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/game/leaderboard","description":"<p>Get the user leaderboard sorted based on score</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","game","leaderboard"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fa224a6e-59b6-4459-b39f-3ac41d19bbd0","name":"Get Leaderboard","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/game/leaderboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 10:07:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"844cd469b98d1894-MRS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://afcon.sbme.ibrahimmohamed.online"},{"key":"ETag","value":"W/\"1068-a+Jiz4orCqSimdTHnYML4/HDsII\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"rndr-id","value":"3457bf83-0106-4eda"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-render-origin-server","value":"Render"},{"key":"x-xss-protection","value":"0"},{"key":"Set-Cookie","value":"_cfuvid=K.OWIKcHiZW.uKQ5doSMS__29ZU6RmFCO.jJvLNQHnw-1705140420288-0-604800000; path=/; domain=.onrender.com; HttpOnly; Secure; SameSite=None"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"_id\": \"65a182efecf07dcb85ca894d\",\n            \"name\": \"Ahmed Elsarta\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1916c1045f1a53243a8b0\",\n            \"name\": \"Ibrahim Mohamed\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192101045f1a53243a8ba\",\n            \"name\": \"مهنض المحترم\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192201045f1a53243a8be\",\n            \"name\": \"Abram Gad \",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192251045f1a53243a8c1\",\n            \"name\": \"Anas Ayman\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192801045f1a53243a8d5\",\n            \"name\": \"Mina Gheobrial\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192821045f1a53243a8d7\",\n            \"name\": \"Mohamed Salman\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192ae1045f1a53243a8e4\",\n            \"name\": \"Yehia Said\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192bb1045f1a53243a8eb\",\n            \"name\": \"Mohamed Mostafa\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a192d91045f1a53243a8f6\",\n            \"name\": \"Yousef Kadry Anwar\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193001045f1a53243a907\",\n            \"name\": \"Dina Mostafa\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1930c1045f1a53243a90c\",\n            \"name\": \"Youssef Shaaban\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193361045f1a53243a91f\",\n            \"name\": \"Abdallah Magdy\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193441045f1a53243a923\",\n            \"name\": \"Ehab\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1934e1045f1a53243a927\",\n            \"name\": \"Osama Badawi\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1934f1045f1a53243a929\",\n            \"name\": \"mohamed Hamdy \",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1935c1045f1a53243a930\",\n            \"name\": \"Mazen Atlam\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193691045f1a53243a934\",\n            \"name\": \"Omar Anwar\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193781045f1a53243a93a\",\n            \"name\": \"Ahmed Ashraf\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193d11045f1a53243a961\",\n            \"name\": \"Omar Atef Hussain\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193da1045f1a53243a968\",\n            \"name\": \"Hesham Tamer\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a193df1045f1a53243a96e\",\n            \"name\": \"Ziad Ramadan\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1944c1045f1a53243a999\",\n            \"name\": \"Mohamed Elsayed Ali\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a194881045f1a53243a9aa\",\n            \"name\": \"Mahmoud Mohamed Ali\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a194aa1045f1a53243a9b9\",\n            \"name\": \"Olivia morkos\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a195b21045f1a53243a9fb\",\n            \"name\": \"عبدالله خليفة \",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a196421045f1a53243aa2a\",\n            \"name\": \"Ziyad ElFayoumy \",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a196491045f1a53243aa2d\",\n            \"name\": \"osama \",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1970a1045f1a53243aaa3\",\n            \"name\": \"Abdelrhman Yaser\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1985c1045f1a53243aac9\",\n            \"name\": \"Ahmed Mokhtar\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a198c91045f1a53243aae7\",\n            \"name\": \"Misara Ahmed\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19a291045f1a53243ab09\",\n            \"name\": \"Ahmed Mohamed Abdelsalam\",\n            \"class\": \"SBME 2027\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19b0c1045f1a53243ab2b\",\n            \"name\": \"Ahmed Hassan\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19b391045f1a53243ab34\",\n            \"name\": \"mohamed sayed diab\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19be81045f1a53243ab45\",\n            \"name\": \"Mariam Turky \",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19c511045f1a53243ab5c\",\n            \"name\": \"Michael Hany\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a19ec31045f1a53243abb5\",\n            \"name\": \"Ezzat Hegazy\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1a0d21045f1a53243abd6\",\n            \"name\": \"ربيع \",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1a1001045f1a53243abe0\",\n            \"name\": \" ElMo2\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1a2ca1045f1a53243ac23\",\n            \"name\": \"Zeyad Amr Fekry\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a1aa491045f1a53243ac50\",\n            \"name\": \"Ahmed Abd El-Raouf\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a21964d1ee0f48396deff4\",\n            \"name\": \"mohab ghobashy\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a235e09da70734f206f29a\",\n            \"name\": \"Eng. Megzawy\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a2596eb16ee97d279e0404\",\n            \"name\": \"Mahmoud magdy\",\n            \"class\": \"SBME 2025\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a25ac0b16ee97d279e0440\",\n            \"name\": \"Ahmed Emad Kwaiz\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a25c0db16ee97d279e04bd\",\n            \"name\": \"Mohamed Ismail\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        },\n        {\n            \"_id\": \"65a25d94b16ee97d279e0529\",\n            \"name\": \"Dina Hussam\",\n            \"class\": \"SBME 2024\",\n            \"score\": 0\n        }\n    ]\n}"}],"_postman_id":"b982e812-ee11-4b01-852c-6419918ad188"},{"name":"Get Correct Predictions for User","id":"cb98ede4-d443-4606-b2fb-07b616b7232b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/game/correct-predictions/6669cca4cf16ec53a90c2237","description":"<p>Retrive only correct predictions for user by user Id (helps for VAR Check if user complained )</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","game","correct-predictions","6669cca4cf16ec53a90c2237"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb98ede4-d443-4606-b2fb-07b616b7232b"},{"name":"Get My Score","id":"0d706b9a-bdcc-4c34-ac81-c34746e8c079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v1/game/my-score","description":"<p>Get current user score</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}},"urlObject":{"path":["api","v1","game","my-score"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c1e82aec-8736-46f2-be7b-49e89f6b85cd","name":"Get My Score","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/api/v1/game/my-score"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://localhost:3001"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-iBumrMzcXUGjLqkR74S/6br4l/M\""},{"key":"Date","value":"Thu, 12 Sep 2024 18:37:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": 0\n}"}],"_postman_id":"0d706b9a-bdcc-4c34-ac81-c34746e8c079"}],"id":"1eb7206e-b288-481a-bed8-fca8d20630e4","description":"<p>Game APIs</p>\n","_postman_id":"1eb7206e-b288-481a-bed8-fca8d20630e4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","id":"fe9a7ce1-1b6d-4f2a-b9c2-f57160b0c0ed","name":"AFCON SBME 2024","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]}},"event":[{"listen":"prerequest","script":{"id":"53b6e904-057e-4648-afe6-0599a5a64512","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6be709c-9222-4846-b92e-67927e42be3d","type":"text/javascript","exec":[""]}}]}