Get all contracts deployed by the current user.
OK
const response = await fetch('api.rair.market/api/contracts/my', { method: 'GET', headers: {}, }); const data = await response.json();