export function getPhone() {
    return fetch('api/phones.json', {
        credentials: 'same-origin' // for session
    })
        .then(response => {