22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
meta {
|
|
name: Check User Permission
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/v1/user/@me/check-permission
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"permissions": ["user.read", "company.create", "credential.write"]
|
|
}
|
|
}
|