native uygulamam için api ile verileri sorunsuzca çekiyorum. buna yorumlarda dahil. ancak yorum gönderirken hata alıyorum.

aldığım hata şu şekilde.
/wp-json/wp/v2/comments/?post=2502&author_name=Guest&content=Sdsdsd
Status Code
400
temamın functions.php dosyasına aşağıdaki kodu da ekledim ancak sorun aynı
function filter_rest_allow_anonymous_comments() {
    return true;
}
add_filter('rest_allow_anonymous_comments','filter_rest_allow_anonymous_comments');
yardımcı olabilecek var mı?