diff --git a/2025-03/spring-25-ACL/ACL/src/main/resources/postman_collection.json b/2025-03/spring-25-ACL/ACL/src/main/resources/postman_collection.json new file mode 100644 index 00000000..50f5f187 --- /dev/null +++ b/2025-03/spring-25-ACL/ACL/src/main/resources/postman_collection.json @@ -0,0 +1,88 @@ +{ + "info": { + "_postman_id": "00ffe5e9-877c-418a-b088-4409f34756e9", + "name": "New Collection", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "_exporter_id": "46752532", + "_collection_link": "https://uladzimirmaherau.postman.co/workspace/Uladzimir-Maherau's-Workspace~acb6d39e-e608-4ada-8982-80dabd38178f/collection/46752532-00ffe5e9-877c-418a-b088-4409f34756e9?action=share&source=collection_link&creator=46752532" + }, + "item": [ + { + "name": "http://localhost:8080/message", + "request": { + "auth": { + "type": "basic", + "basic": [ + { + "key": "password", + "value": "password", + "type": "string" + }, + { + "key": "username", + "value": "admin", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": " {\r\n \"id\": 11,\r\n \"content\": \"11 Level Message\"\r\n }", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://localhost:8080/message", + "protocol": "http", + "host": [ + "localhost" + ], + "port": "8080", + "path": [ + "message" + ] + } + }, + "response": [] + }, + { + "name": "http://localhost:8080/message", + "request": { + "auth": { + "type": "basic", + "basic": [ + { + "key": "password", + "value": "password", + "type": "string" + }, + { + "key": "username", + "value": "admin", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://localhost:8080/message", + "protocol": "http", + "host": [ + "localhost" + ], + "port": "8080", + "path": [ + "message" + ] + } + }, + "response": [] + } + ] +} \ No newline at end of file