curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/organizations/attributes/authClientId' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"orgId": 101,
"attributeName": "authClientId",
"attributeValue": "34",
"ownerOrgId": 232,
"isActive": true
}