curl --location -g --request POST 'http:///settings/application/media/providers' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"config": {
"bearer": "<Bearer Auth Token>"
},
"name": "<Provider Name>",
"type": "www"
}
]'
{}