fetchApiSettings

@GET(value = "/api/rainbow/enduser/v1.0/settings/apis")
abstract suspend fun fetchApiSettings(): RainbowResult<ApiSettingsResponse>