22 lines
230 B
Plaintext
22 lines
230 B
Plaintext
meta {
|
|
name: Validate User
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/users/5/validate
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
X-XSRF-TOKEN:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|