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