{
"requestData": [
{
"myId": "1",
"stopStartTime": "2025-01-07",
"stopEndTime": "2025-01-08"
}
]
}curl --location --request POST '/CyyyCheckMan/jbzt' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": [
{
"myId": "1",
"stopStartTime": "2025-01-07",
"stopEndTime": "2025-01-08"
}
]
}'{}