@POST(\"api/login\") Call loginUser(@Body String user);
Here the string is actually a JSONstring i.e.
{\"email\
@POST("api/login") Call loginUser(@Body HashMap user);
We can use Hasmap here like this.