Files
2025-08-22 23:12:01 +02:00

23 lines
243 B
Plaintext

meta {
name: credentials
type: http
seq: 1
}
post {
url: {{BASE_URL}}/auth/credentials
body: json
auth: inherit
}
body:json {
{
"email": "paul@cowsi.ch",
"password": "Password1234"
}
}
settings {
encodeUrl: true
}