{
"id": 1,
"change_location":true,
"country_code":"US"
}
curl --location --request POST 'https://api.ipcola.com/api/static_transfer_proxy/replace_ip' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"change_location":true,
"country_code":"US"
}'
{
"meta_message": "string",
"meta_status": 0,
"old_ip": "string",
"new_ip": "string"
}