if (requestDetails.long.length < 1) {
    return new Response(JSON.stringify({ action: 'create', status: 'error', message: 'Insufficient data supplied' }), {
      status: 400,
      headers: DEFAULT_RESPONSE_HEADERS
    })