Fix implementation of infrastructure layer of publication creation.

This commit is contained in:
Florian THIERRY
2024-03-11 15:07:33 +01:00
parent 7193e52f67
commit 2cf0ff503a
8 changed files with 103 additions and 26 deletions

View File

@@ -4,8 +4,15 @@ meta {
seq: 1
}
get {
url:
body: none
post {
url: {{url}}/api/users/login
body: json
auth: none
}
body:json {
{
"id": "5ad462b8-8f9e-4a26-bb86-c74fef5d11b6",
"password": "password"
}
}