Currently, you can push in data as form encoded and it will return a 200, but all numbers in the object will have been converted to strings, meaning when you retrieve it, the object will have changed. If anything other application/json is passed, it should return a 400.
Currently, you can push in data as form encoded and it will return a 200, but all numbers in the object will have been converted to strings, meaning when you retrieve it, the object will have changed. If anything other application/json is passed, it should return a 400.