Authorization: ********************Device-Token: ********************curl --location --request POST '/api/proxy-providers/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Provider A",
"api_url": "https://provider-a.com/api",
"api_key": "api-key-123",
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}