{
"frame_type": "Joint",
"mode": "Step",
"distance": 1,
"direction": "J1",
"speed": 5,
"timestamp": {% mock 'timestamp' , 'ms' %}
}curl --location --request POST 'http://127.0.0.1:8088/api/utility/jog/start_jog' \
--header 'Content-Type: application/json' \
--data-raw '{
"frame_type": "Joint",
"mode": "Step",
"distance": 1,
"direction": "J1",
"speed": 5,
"timestamp": {% mock '\''timestamp'\'' , '\''ms'\'' %}
}'{}