Last updated 1 year ago
successful operation
200
const response = await fetch('https://api-a.meroku.store/api/v1/dapp/autocomplete?search=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": 200, "message": [ "success" ], "data": [] }