This is a "look why i know" answer (instead of a "look what i know" one, which is usually simpler). The hint i always give is to plot the function. A raw plot as the one below is enough:
? plot(x=-Pi,Pi, 1/(1+exp(sin(x))))
0.7309975 |'''''''''''_x""""xx_''''''''''''''''''''''''''''''''''''''''''|
| _" x_ |
| _" x |
| _ " |
| x " |
| x "_ |
| x |
| x " |
| _ " |
|_ " |
_ x _
| x |
| _ "|
| _ " |
| _ x |
| x |
| "_ x |
| _ x |
| _ " |
| x _" |
| "x _" |
0.2690025 |.........................................."xx____x"...........|
-3.141593 3.141593
?
We collect from it the information that for $f:[-\pi,\pi]\to\Bbb R$, $f(x)=1/(1+\exp\sin x)$ we have $f(\pm\pi)=1/(1+\exp0)=1/2$ and that "with respect to the $1/2$ shift on the $y$-axis" we (may) get an odd function. So let us set $g(x)=f(x) - 1/2$, and see if it is an odd function, $g(-x)=-g(x)$, which may be a surprise first. So we compute
$$
\begin{aligned}
g(x)
&= \frac 1{1+e^{\sin x}}-\frac 12
\\
&= \frac 12\cdot \frac {1-e^{\sin x}}{1+e^{\sin x}}\ ,
\\[2mm]
&\qquad\text{and}
\\[2mm]
g(-x)
&= \frac 12\cdot \frac {1-e^{-\sin x}}{1+e^{-\sin x}}
\\
&= \frac 12
\cdot \frac {e^{\sin x}-1}{e^{\sin x}+1}
\cdot \frac {e^{-\sin x}}{e^{-\sin x}}
\\
&= \frac 12
\cdot \frac {e^{\sin x}-1}{e^{\sin x}+1}
\\
&=-g(x)\ .
\end{aligned}
$$
Now for the symmetric interval (w.r.t. the origin) $J=[-\pi,\pi]$ we can relate $\int_Jf$ and $\int_J g=0$ easily.