{
"command": "string"
}curl --location --request POST '/api/v1/telemetry/datas/simulation' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "string"
}'{
"code": 0,
"message": "string",
"data": "string"
}