curl --location 'http://localhost:8085/api/user/motion' \
--header 'Content-Type: application/json' \
--data '{
"device_id": "string",
"device_type": "string",
"step_count": 0
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"device_info": {
"app_name": "string",
"bundle_id": "string",
"is_apple_watch": true,
"is_local_iphone": true,
"is_white_list": true,
"step_count": 0
}
},
"message": "string"
}