export const doSubmitDrop = async (
  body: DoSubmitDropRequest,
  campaign: string,
) => {
  const value = await api<DoResponse>(`do/${campaign}`, {