Authorization: Bearer ********************curl --location --request PUT '/proxy-providers-combine/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider_name": "string",
"is_active": "Y",
"proxy": [
{
"proxy_id": 0,
"proxy_name": "string",
"host": "string",
"port": "string",
"is_active": "Y"
}
]
}'{
"success": true,
"data": null,
"message": "string"
}