{
"instance_id":xx
}curl --location 'https://www.rapidproxy.io/api/agent/get_instance' \
--header 'app-key: xxx' \
--header 'Content-Type: application/json' \
--data '{
"instance_id":xx
}'{
"code": 0,
"data": {
"instance_id": 0,
"username": "xxx",
"password": "xxx",
"f_username": "xxx",
"create_date": "2025-04-16 18:54:14",
"expire_date": "2025-06-15 18:54:14",
"ip": "xxx",
"port": 0,
"product_code": "xxx"
}
}