Authorization: Bearer ********************{
"ids": [
"string"
]
}curl --location --request POST '/stt/stt-on-move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"code": 10000,
"message": "success",
"data": {
"ids": [
"string"
]
}
}