bruno/memori-dashboard/Billing - Credits/Verify tokens (session creation).bru

21 lines
341 B
Plaintext
Raw Normal View History

2025-03-26 16:44:26 +01:00
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"
}
}