{"info":{"_postman_id":"0ca97dfc-391d-4775-ba16-fe27d658b78a","name":"REST","description":"<html><head></head><body><p>REST api for <strong>go-chess-server</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30874401","collectionId":"0ca97dfc-391d-4775-ba16-fe27d658b78a","publishedId":"2sA3duEsiX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-28T14:39:15.000Z"},"item":[{"name":"Login","id":"8034f448-bf92-4532-9efd-230128f1cd8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"tester\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7202/api/users","urlObject":{"protocol":"http","port":"7202","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8034f448-bf92-4532-9efd-230128f1cd8b"},{"name":"Register","id":"2c584fa7-0eb1-4d13-99c0-1db42fc5aeee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"test\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:7202/api/users","urlObject":{"protocol":"http","port":"7202","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c584fa7-0eb1-4d13-99c0-1db42fc5aeee"},{"name":"Get game record","id":"3c88f942-c495-44b3-a213-c1b3f4602106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:7202/api/sessions?player_id=12345","urlObject":{"protocol":"http","port":"7202","path":["api","sessions"],"host":["localhost"],"query":[{"key":"player_id","value":"12345"}],"variable":[]}},"response":[],"_postman_id":"3c88f942-c495-44b3-a213-c1b3f4602106"}]}