Request
Body Params application/json
{
"x": 0,
"y": 0,
"isCreeping": true
}
Request Code Samples
curl --location --request POST '/move_to' \
--header 'Content-Type: application/json' \
--data-raw '{
"x": 0,
"y": 0,
"isCreeping": true
}'
Responses
application/json Modified at 2026-02-15 15:41:37