{"info":{"_postman_id":"556591e6-c432-4d7b-8fa8-072ae8c1c815","name":"pronunciationAppWordsUser","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"41569140","collectionId":"556591e6-c432-4d7b-8fa8-072ae8c1c815","publishedId":"2sAYX8K1z8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-07T18:30:56.000Z"},"item":[{"name":"getAllUsers","id":"8c5ee25f-d933-41af-8fe0-31aab8ef40ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/users","urlObject":{"protocol":"http","port":"8080","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"785fda5b-d6cd-49b3-be29-f1df2b299b8a","name":"getAllUsers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:8080/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 Feb 2025 18:27:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n        \"username\": \"john_doe\",\n        \"age\": 30,\n        \"email\": \"john.doe@example.com\",\n        \"totalScore\": 500,\n        \"isActive\": false\n    },\n    {\n        \"id\": \"3f786850e387550fdab836ed7e6dc881\",\n        \"username\": \"jane_smith\",\n        \"age\": 28,\n        \"email\": \"jane.smith@example.com\",\n        \"totalScore\": 120,\n        \"isActive\": false\n    },\n    {\n        \"id\": \"8f14e45fceea167a5a36dedd4bea2543\",\n        \"username\": \"alice_johnson\",\n        \"age\": 25,\n        \"email\": \"alice.johnson@example.com\",\n        \"totalScore\": 200,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"8c5ee25f-d933-41af-8fe0-31aab8ef40ef"},{"name":"getUserById","id":"a1a7cf1e-f137-442e-8da0-a14d979e0756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/users/4a7d1ed414474e4033ac29ccb8653d9b","urlObject":{"protocol":"http","port":"8080","path":["api","users","4a7d1ed414474e4033ac29ccb8653d9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0e03b5a-41ef-4327-a0e9-e9173325592e","name":"getUserById","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/users/4a7d1ed414474e4033ac29ccb8653d9b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 Feb 2025 18:12:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 150,\n    \"isActive\": true\n}"}],"_postman_id":"a1a7cf1e-f137-442e-8da0-a14d979e0756"},{"name":"createUser","id":"4a90d316-b33b-437e-b642-2f8d28bb057c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 150,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/createUser","urlObject":{"protocol":"http","port":"8080","path":["api","users","createUser"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a551c5cb-d20f-46da-a189-96a16330be5f","name":"createUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 150,\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/createUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 Feb 2025 18:06:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 150,\n    \"isActive\": true\n}"}],"_postman_id":"4a90d316-b33b-437e-b642-2f8d28bb057c"},{"name":"updateUser","id":"85156785-5208-48a3-bcf4-418d58dd4075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 500\n  }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/4a7d1ed414474e4033ac29ccb8653d9b","urlObject":{"protocol":"http","port":"8080","path":["api","users","4a7d1ed414474e4033ac29ccb8653d9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a333b637-3152-4036-bbe7-798f55335eec","name":"updateUser","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 500\n  }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/4a7d1ed414474e4033ac29ccb8653d9b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 Feb 2025 18:21:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4a7d1ed414474e4033ac29ccb8653d9b\",\n    \"username\": \"john_doe\",\n    \"age\": 30,\n    \"email\": \"john.doe@example.com\",\n    \"totalScore\": 500,\n    \"isActive\": false\n}"}],"_postman_id":"85156785-5208-48a3-bcf4-418d58dd4075"},{"name":"deleteUser","id":"49efe12f-a83d-4e49-b367-5d60fb938f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/4a7d1ed414474e4033ac29ccb8653d9b","urlObject":{"protocol":"http","port":"8080","path":["api","users","4a7d1ed414474e4033ac29ccb8653d9b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e65a957-f69c-4f8d-90a0-2c2adaaff24c","name":"deleteUser","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/45c48cce2e2d7fbdea1afc51c7c6ad26"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"12"},{"key":"Date","value":"Fri, 07 Feb 2025 18:26:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"User deleted"}],"_postman_id":"49efe12f-a83d-4e49-b367-5d60fb938f18"},{"name":"getWords","id":"76814ffa-e554-4c47-9125-d4ca56c2a790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"words\": [\n    {\n      \"id\": \"8b9248a4e0b64bbccf82e7723a3734279bf9bbc4\",\n      \"word\": \"benevolent\",\n      \"pronunciation\": \"/bɪˈnɛvələnt/\"\n    },\n    {\n      \"id\": \"3a7bd3e2a07e8c7e9b6e0d2c1f4a5b8d9c0e3f2\",\n      \"word\": \"serendipity\",\n      \"pronunciation\": \"/ˌserənˈdɪpɪti/\"\n    },\n    {\n      \"id\": \"5c9d7f3e1a2b4d6e8g0h9i7j6k5l4m3n2o1p\",\n      \"word\": \"ephemeral\",\n      \"pronunciation\": \"/ɪˈfɛmərəl/\"\n    },\n    {\n      \"id\": \"2f4e6d8c0b2a4d6e8f0a2c4e6g8i0k2m4o6q\",\n      \"word\": \"ubiquitous\",\n      \"pronunciation\": \"/juːˈbɪkwɪtəs/\"\n    },\n    {\n      \"id\": \"7h9j1l3n5p7r9t1v3x5z7b9d1f3h5j7l9n\",\n      \"word\": \"mellifluous\",\n      \"pronunciation\": \"/məˈlɪfluəs/\"\n    },\n    {\n      \"id\": \"1a3c5e7g9i1k3m5o7q9s1u3w5y7a9c1e3\",\n      \"word\": \"eloquent\",\n      \"pronunciation\": \"/ˈɛləkwənt/\"\n    },\n    {\n      \"id\": \"4b6d8f0h2j4l6n8p0r2t4v6x8z0b2d4f6\",\n      \"word\": \"quintessential\",\n      \"pronunciation\": \"/ˌkwɪntɪˈsenʃəl/\"\n    },\n    {\n      \"id\": \"9k1m3o5q7s9u1w3y5a7c9e1g3i5k7m9o\",\n      \"word\": \"ethereal\",\n      \"pronunciation\": \"/ɪˈθɪəriəl/\"\n    },\n    {\n      \"id\": \"2p4r6t8v0x2z4b6d8f0h2j4l6n8p0r2t\",\n      \"word\": \"surreptitious\",\n      \"pronunciation\": \"/ˌsʌrəpˈtɪʃəs/\"\n    },\n    {\n      \"id\": \"5u7w9y1a3c5e7g9i1k3m5o7q9s1u3w5\",\n      \"word\": \"labyrinthine\",\n      \"pronunciation\": \"/ˌlæbəˈrɪnθaɪn/\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/words","urlObject":{"path":["words"],"query":[],"variable":[]}},"response":[{"id":"ed8b8ab2-31da-4525-a712-d7de77064bd7","name":"getWords","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"words\": [\n    {\n      \"id\": \"8b9248a4e0b64bbccf82e7723a3734279bf9bbc4\",\n      \"word\": \"benevolent\",\n      \"pronunciation\": \"/bɪˈnɛvələnt/\"\n    },\n    {\n      \"id\": \"3a7bd3e2a07e8c7e9b6e0d2c1f4a5b8d9c0e3f2\",\n      \"word\": \"serendipity\",\n      \"pronunciation\": \"/ˌserənˈdɪpɪti/\"\n    },\n    {\n      \"id\": \"5c9d7f3e1a2b4d6e8g0h9i7j6k5l4m3n2o1p\",\n      \"word\": \"ephemeral\",\n      \"pronunciation\": \"/ɪˈfɛmərəl/\"\n    },\n    {\n      \"id\": \"2f4e6d8c0b2a4d6e8f0a2c4e6g8i0k2m4o6q\",\n      \"word\": \"ubiquitous\",\n      \"pronunciation\": \"/juːˈbɪkwɪtəs/\"\n    },\n    {\n      \"id\": \"7h9j1l3n5p7r9t1v3x5z7b9d1f3h5j7l9n\",\n      \"word\": \"mellifluous\",\n      \"pronunciation\": \"/məˈlɪfluəs/\"\n    },\n    {\n      \"id\": \"1a3c5e7g9i1k3m5o7q9s1u3w5y7a9c1e3\",\n      \"word\": \"eloquent\",\n      \"pronunciation\": \"/ˈɛləkwənt/\"\n    },\n    {\n      \"id\": \"4b6d8f0h2j4l6n8p0r2t4v6x8z0b2d4f6\",\n      \"word\": \"quintessential\",\n      \"pronunciation\": \"/ˌkwɪntɪˈsenʃəl/\"\n    },\n    {\n      \"id\": \"9k1m3o5q7s9u1w3y5a7c9e1g3i5k7m9o\",\n      \"word\": \"ethereal\",\n      \"pronunciation\": \"/ɪˈθɪəriəl/\"\n    },\n    {\n      \"id\": \"2p4r6t8v0x2z4b6d8f0h2j4l6n8p0r2t\",\n      \"word\": \"surreptitious\",\n      \"pronunciation\": \"/ˌsʌrəpˈtɪʃəs/\"\n    },\n    {\n      \"id\": \"5u7w9y1a3c5e7g9i1k3m5o7q9s1u3w5\",\n      \"word\": \"labyrinthine\",\n      \"pronunciation\": \"/ˌlæbəˈrɪnθaɪn/\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/words"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Feb 2025 11:15:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2153"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"869-NZRgbtcq/kftlMCVBrZQKSFwkd4\""},{"key":"set-cookie","value":"sails.sid=s%3ARQUxKGJXK51On_rWWLhuK6mw7kK_Z3ev.lsnkv2yFY%2Fm3BMmzHJf0Vf4LGOrQdwWjq6Af7b5FAHU; Path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n  \"words\": [\n    {\n      \"id\": \"8b9248a4e0b64bbccf82e7723a3734279bf9bbc4\",\n      \"word\": \"benevolent\",\n      \"pronunciation\": \"/bɪˈnɛvələnt/\"\n    },\n    {\n      \"id\": \"3a7bd3e2a07e8c7e9b6e0d2c1f4a5b8d9c0e3f2\",\n      \"word\": \"serendipity\",\n      \"pronunciation\": \"/ˌserənˈdɪpɪti/\"\n    },\n    {\n      \"id\": \"5c9d7f3e1a2b4d6e8g0h9i7j6k5l4m3n2o1p\",\n      \"word\": \"ephemeral\",\n      \"pronunciation\": \"/ɪˈfɛmərəl/\"\n    },\n    {\n      \"id\": \"2f4e6d8c0b2a4d6e8f0a2c4e6g8i0k2m4o6q\",\n      \"word\": \"ubiquitous\",\n      \"pronunciation\": \"/juːˈbɪkwɪtəs/\"\n    },\n    {\n      \"id\": \"7h9j1l3n5p7r9t1v3x5z7b9d1f3h5j7l9n\",\n      \"word\": \"mellifluous\",\n      \"pronunciation\": \"/məˈlɪfluəs/\"\n    },\n    {\n      \"id\": \"1a3c5e7g9i1k3m5o7q9s1u3w5y7a9c1e3\",\n      \"word\": \"eloquent\",\n      \"pronunciation\": \"/ˈɛləkwənt/\"\n    },\n    {\n      \"id\": \"4b6d8f0h2j4l6n8p0r2t4v6x8z0b2d4f6\",\n      \"word\": \"quintessential\",\n      \"pronunciation\": \"/ˌkwɪntɪˈsenʃəl/\"\n    },\n    {\n      \"id\": \"9k1m3o5q7s9u1w3y5a7c9e1g3i5k7m9o\",\n      \"word\": \"ethereal\",\n      \"pronunciation\": \"/ɪˈθɪəriəl/\"\n    },\n    {\n      \"id\": \"2p4r6t8v0x2z4b6d8f0h2j4l6n8p0r2t\",\n      \"word\": \"surreptitious\",\n      \"pronunciation\": \"/ˌsʌrəpˈtɪʃəs/\"\n    },\n    {\n      \"id\": \"5u7w9y1a3c5e7g9i1k3m5o7q9s1u3w5\",\n      \"word\": \"labyrinthine\",\n      \"pronunciation\": \"/ˌlæbəˈrɪnθaɪn/\"\n    }\n  ]\n}"}],"_postman_id":"76814ffa-e554-4c47-9125-d4ca56c2a790"},{"name":"getUser","id":"e9caaba5-c5c9-47df-9355-4abbc06d37c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b927a53f-384b-46b0-990d-8beb7bf9ea86","name":"getUser","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"2\",\n  \"name\": \"Marc\",\n  \"age\": 22,\n  \"isActive\": true,\n  \"joinDate\": \"2024-01-23\",\n  \"email\": \"marc@exemple.com\",\n  \"avatar\": {\"imageId\": \"A1b2C3d\", \"imageName\": \"Marc\"}\n}\n","options":{"raw":{"language":"json"}}},"url":"/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Mar 2025 17:43:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"793"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"319-dfAkdUOJHnoJ6Yd8H3Loap8QXm0\""},{"key":"set-cookie","value":"sails.sid=s%3ANZZkGX3B3Ngea1nehjaJkxT8aXVJQ2LE.Lh45wL%2BF28CJUTrFO0Vyq4XevNnBWsdk7VJrUPAltNg; Path=/; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"2\",\n  \"name\": \"Marc\",\n  \"age\": 22,\n  \"isActive\": true,\n  \"joinDate\": \"2024-01-23\",\n  \"email\": \"marc@exemple.com\",\n  \"avatar\": {\"imageId\": \"A1b2C3d\", \"imageName\": \"Marc\"}\n}"}],"_postman_id":"e9caaba5-c5c9-47df-9355-4abbc06d37c6"}]}