{
"text": "string",
"date": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/services/app/DemoUiComponents/SendAndGetDateWithText' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"date": "2019-08-24T14:15:22Z"
}'
{
"text": "string",
"date": "2019-08-24T14:15:22Z"
}