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"] } }