Implementation of category creation.

This commit is contained in:
Florian THIERRY
2024-03-12 14:24:17 +01:00
parent 47876cc775
commit b0e682e82e
12 changed files with 164 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
meta {
name: Login
type: http
seq: 1
}
post {
url: {{url}}/api/users/login
body: json
auth: none
}
body:json {
{
"id": "5ad462b8-8f9e-4a26-bb86-c74fef5d11b6",
"password": "password"
}
}