For example if documentation is:
{
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
And I sent a POST with all the correct keys in the body but they are not in the correct order is this ok
{
"key3": "value3",
"key1": "value1",
"key2": "value2"
}