Postman return wrong data with boolean data type

I have added a boolean field in my request body which is ( isPrimary: true) but after I sent this request my response which I have received is ( isPrimary: false). Not sure what could be the possible reason.

Can someone look into this and help?

Hi @nikredg,

I would suggest you go through the documentation of API which you are trying to call. If you have any link to that API, that would be really helpful to understand the probable reasons for this behavior.