Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/common/settings?offset&limit'
{
"status_code": 0,
"error_message": "string",
"result": [
{
"id": 0,
"module": "string",
"key": "string",
"value": "string"
}
],
"total_count": 0
}