curl --request PUT \
--url https://api.getenso.ai/settings/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<unknown>",
"value": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}Update settings
curl --request PUT \
--url https://api.getenso.ai/settings/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<unknown>",
"value": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}OrganisationSettingsService:updateOrganisationSettingJWT bearer token obtained from POST /auth/system-login using your client credentials.