curl --request PUT \
--url http://localhost:5300/api/v1/provider/providers/{provider_uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"requester": "<string>",
"base_url": "<string>",
"api_keys": [
"<string>"
]
}
'