Last updated 11 months ago
Success
const response = await fetch('/api/v1/authentication/CheckLocationWithRange/CheckLocationInfo', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": 0 }