Use Yoti services to verify the user's age.
OK
const response = await fetch('api.rair.market/api/users/yoti-verify', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();