export function editCoupon(options, id) {
  return put({
    id,
    token: options.token,
    url: options.url,