Last updated 5 months ago
Success
const response = await fetch('/api/v1/update/UpdateRequest/VerifyPassword', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": 0 }
const response = await fetch('/api/v1/update/UpdateLocationInfo/Update', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();