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