Files
Paul Coral 333fd824e3 improve
2025-08-04 22:38:48 +02:00

24 lines
249 B
Plaintext

meta {
name: Create user
type: http
seq: 2
}
post {
url: {{BASE_URL}}/users
body: json
auth: inherit
}
body:json {
{
"firstName": "Paul",
"lastName": "Test",
"email": "paul@coral.ch"
}
}
settings {
encodeUrl: true
}