2025-03 Spring-25-ACL

This commit is contained in:
Vladimir_Magerov
2025-07-14 21:51:02 +03:00
parent 890ed96fae
commit db0fa1ea47
@@ -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": []
}
]
}