cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/grant \ --header 'Authorization: <api-key>'
"<string>"
Grants a permission scope to a specific user
Type "Bearer" followed by a space and JWT token.
User ID
Scope to grant
OK
The response is of type string.
string