function fetchSingleFoiRequest(foiRequestId) {
  return dispatch => {
    const buildUrl = () => `${ORIGIN}${FOI_REQUESTS_PATH}${foiRequestId}`;

    const onSuccess = (innerDispatch => data =>