curl --request PUT \
--url https://api.getenso.ai/organisation-attributes/{id} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Success",
"data": {}
}API to update an organisation attribute
curl --request PUT \
--url https://api.getenso.ai/organisation-attributes/{id} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Success",
"data": {}
}OrganisationAttributesService:updateOrganisationAttributeJWT bearer token obtained from POST /auth/system-login using your client credentials.