when i add only one parameter to the post method it fail to accept it from my test using Firefox debugging
but if i add more than one parameter it works fine.
with two parameters like this its working and accepting the passed values in the body
but with one parameter like this it doesnt accept the passed parameter in body like
> {"a":"test"}
this is not on a specific method but on all methods