Assign organization scopes to organization role
Assign organization scopes to the specified organization role
        POST
    /api/organization-roles/{id}/scopes
  
  curl \
 --request POST 'https://[tenant_id].logto.app/api/organization-roles/{id}/scopes' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"organizationScopeIds":["string"]}'
    
        Request examples
  
  {
  "organizationScopeIds": [
    "string"
  ]
}