import { post } from './api' export const submitCheckin = (data) => post('/business/OdfCheckin/submit', data)