{
"name": "string",
"modelId": "string",
"localModel": "string",
"modelStatic": "string",
"latitude": 0,
"longitude": 0,
"countryCode": "string"
}curl --location --request POST '/android/switchModel' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"modelId": "string",
"localModel": "string",
"modelStatic": "string",
"latitude": 0,
"longitude": 0,
"countryCode": "string"
}'{}