21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
meta {
|
|
name: Verify tokens (session creation)
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/verify-tokens
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"operation": "session_creation",
|
|
"userName": "nzambello", // userName OR userID
|
|
"userID": "262103a9-527b-4a82-b399-9b18bf3c42d8",
|
|
"tenant": "www.aisuru.com"
|
|
}
|
|
}
|