Files
codiki-hexagonal/rest-client-collection/Codiki/Users/Login as standard user.bru
2024-03-15 17:39:04 +01:00

19 lines
229 B
Plaintext

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