API-ключи
 curl -X POST "https://your-domain.com/sbrs-data/search" \
  -H "Content-Type: application/json" \
  -H "SBRS-API-Key: your-api-key-here" \
  -H "SBRS-Correlation-Id: unique-correlation-id" \
  -H "SBRS-Originator: your-application" \
  -H "SBRS-Message-Id: unique-message-id" \
  -d '{
    "query": {
      "field": "value"
    }
  }'