const onSubmit = async data => { try { const token = await Axios.post( `${process.env.REACT_APP_API_GW_URL}/api/v1/login`, data,