Last updated 1 year ago
successful operation
const response = await fetch('https://api-a.meroku.store/dapp/categories', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "category": "text", "subcategory": [ "text" ] } ] }