removePost method
Implementation
Future<http.Response> removePost({required postId}) {
return delete(Uri.parse('$apiURL/posts/remove?post=$postId'), headers: {
"token":
"cnejwi8c9wehnd8fchni2x239jxexnjx2n23i8xn3oifr0cwd32fjnrf453vreve"
});
}