Summarized list of factory contracts for the user. If the user is super admin it returns all contracts.
OK
const response = await fetch('api.rair.market/api/contracts/factoryList', { method: 'GET', headers: {}, }); const data = await response.json();