I am trying to send data from my flutter application to my local api made with django
here you can see views.py,
models.py
and you can see here my flutter postdata function with static values
when i call my function it's dont work and it's return status.code error 400
but when i try to post data using postmant it's work