mPos list
OK
const response = await fetch('//api.client.nbcgate.tech/api/pay/m-pos/all/{their}', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "amount": 0, "balance_id": 0, "date_add": "text", "editable_balance": false, "id": 0, "iso_str": "text", "m_pos_status_id": 0, "m_pos_type_id": 0, "name": "text", "owner_id": 0, "uu_id": "text" } ]