Customer Object TypeCustomer object type provide details of the current customer and is returned after creating a customer or logging in.Type#{ token: string; emailAddress?: string; info: ICustomerInfo;};CopyExample#{"token": "F69PGKM1QXCN7Dj3ybEXCpU4","info": { "phone": "555-555-5555", "licensePlate": "AB 0496", "carColor": "Silver", "carType": "Tesla", "name": "Abdelkhalek Zellat"},"emailAddress": null};CopyUsed by#createOrderclaimOrdercreateCustomerupdateCustomer