How to pass complicated structure for one of fields in postman?

Hello,
I have swagger docummentation, which has complicated structure for one of fields :

"values": {
  "date": {
    "date": "2021-01-15",
    "time": "12:30am"
  }
}

and making testing in postman I wonder in which way to pass this parameter, as value is long string ?

As when adding new parameter in Postman request I need in text input set array value,
which is structure data. I do not how to make it.

Thanks!

Hi @nilovsergey , did you tried to add this as a variable and then use it as part of your body?

So how do you pass the body? as form data?