{"info":{"_postman_id":"a6fee16c-e008-4226-b518-df5c976e1733","name":"SAVOIE_MODULE_IMPTFC","description":"# Introduction\nWhat does your API do?\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nWhat errors and status codes can a user expect?\n\n# Rate limit\nIs there a limit to the number of requests an user can send?","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"getAppHomeData","id":"e9e3f416-5f2f-4565-99f6-a48847d222d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{API_URL}}?name=getAppHomeData&ns=imptfc","host":["{{API_URL}}"],"query":[{"key":"name","value":"getAppHomeData"},{"key":"ns","value":"imptfc"}]}},"response":[],"_postman_id":"e9e3f416-5f2f-4565-99f6-a48847d222d5"},{"name":"savePlayerSlot","id":"4c173c4f-f0de-4815-9cdc-128c42ed01eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"savePlayerSlot\",\n\t\"namespace\":\"imptfc\",\n\t\"args\":[{\n\t\t\"nickname\":\"Javi\",\n\t\t\"teamNumber\":5\n\t}]\n}"},"url":{"raw":"{{API_URL}}?name=savePlayerSlot&ns=imptfc","host":["{{API_URL}}"],"query":[{"key":"name","value":"savePlayerSlot"},{"key":"ns","value":"imptfc"}]}},"response":[],"_postman_id":"4c173c4f-f0de-4815-9cdc-128c42ed01eb"}]}