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