22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
meta {
|
|
name: Verify tokens (import doc)
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/verify-tokens
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"operation": "import_document",
|
|
"userName": "nzambello", // userName OR userID
|
|
"userID": "262103a9-527b-4a82-b399-9b18bf3c42d8",
|
|
"tenant": "www.aisuru.com",
|
|
"characters": 300
|
|
}
|
|
}
|