{
"username": "xxx",
"password": "xxxx",
"memo": "xxx"
}curl --location 'https://www.rapidproxy.io/api/agent/add_user' \
--header 'app-key: xxxxx' \
--header 'Content-Type: application/json' \
--data '{
"username": "xxx",
"password": "xxxx",
"memo": "xxx"
}'{
"code": 0,
"msg": "Added successfully",
"api_key": "xxxxxx"
}