Clement f3fe52b118
Some checks failed
Build Docker Image Front / run (pull_request) Failing after 38s
Build Docker Image Back / run (pull_request) Successful in 27s
JsDocs / coverage (pull_request) Successful in 24s
Test and coverage / coverage (pull_request) Failing after 1m25s
make some bruno test for save
2024-06-06 00:07:14 +02:00

19 lines
239 B
Plaintext

meta {
name: connexion
type: http
seq: 1
}
post {
url: {{PB_URL}}/api/collections/users/auth-with-password
body: json
auth: none
}
body:json {
{
"identity": "michel.biche@aptatio.com",
"password": "123456789"
}
}