Look through Products, Contracts and Users. Get all results of text search.
OK
const response = await fetch('api.rair.market/api/search/{textParam}/all', { method: 'GET', headers: {}, }); const data = await response.json();