{"info":{"_postman_id":"8136c00c-95f3-4225-b1b7-1a15191f279d","name":"Game Api Test Case","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12629017","collectionId":"8136c00c-95f3-4225-b1b7-1a15191f279d","publishedId":"2s8YmSrg4K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-20T12:41:11.000Z"},"item":[{"name":"Signup","id":"80a17086-5870-42ce-91f1-72ce6219cc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"user1\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/user/signup","urlObject":{"protocol":"http","port":"8080","path":["api","v1","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"80a17086-5870-42ce-91f1-72ce6219cc32"},{"name":"Signin","id":"aee0a04e-9ea5-46a2-9f57-39e3824274de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"user1\",\n    \"password\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/user/signin","urlObject":{"protocol":"http","port":"8080","path":["api","v1","user","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aee0a04e-9ea5-46a2-9f57-39e3824274de"},{"name":"EndGame","id":"64575775-1c28-4fc5-be22-ab77da2c560d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"players\" : [\n        {\"id\" : 1, \"score\": 10 },\n        {\"id\" : 2, \"score\": 20 },\n        {\"id\" : 3, \"score\": 30 },\n        {\"id\" : 4, \"score\": 40 }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/game/endgame","urlObject":{"protocol":"http","port":"8080","path":["api","v1","game","endgame"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64575775-1c28-4fc5-be22-ab77da2c560d"},{"name":"Leaderboard","id":"ede817ef-c1bf-443b-ba3e-411e61a4349b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/leaderboard","urlObject":{"protocol":"http","port":"8080","path":["api","v1","leaderboard"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ede817ef-c1bf-443b-ba3e-411e61a4349b"}]}