{
"http_ftp_verification": "string",
"http_ftp_username": "string",
"http_ftp_password": "string"
}
curl --location --request PUT 'http://test-cn.your-api-server.com/api/http_verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"http_ftp_verification": "string",
"http_ftp_username": "string",
"http_ftp_password": "string"
}'
{
"http_ftp_verification": "0",
"http_ftp_username": "admin",
"http_ftp_password": "console@ABC123"
}