Get all settings related to color and theme.
OK
const response = await fetch('api.rair.market/api/settings/theme', { method: 'GET', headers: {}, }); const data = await response.json();